Comment 5 for bug 431847

Revision history for this message
Thierry Carrez (ttx) wrote :

Upon further analysis this needs to be fixed in eucalyptus itself.
clc/modules/wsstack/src/main/java/com/eucalyptus/ws/util/HmacUtils.java evaluates all ISO8601 timestamps as local time, whether the final Z is present or not. Forcing UTC TZ is that evaluation fixes it.