cloudstack/server/src/com/cloud/test
Marc-Aurèle Brothier 421f1072d5 CLOUDSTACK-10123: Entity should use GMT TZ for timestamp values (#2303)
Depending on the timezone you're running CS (before GMT timezones) you could experience that some jobs are marked as failed since the parent job got a null result despite its child job having successfully done the job. The child job got deleted by the CleanupTask ahead of time, due to a missing datetime conversion to GMT timezone.

Jobs are failing with this message: Job failed with un-handled exception

The fix intends to correct any datetime used in the code that should be using the GMT timezone instead of the local one since all DB datetime should be stored at GMT.
2017-11-18 09:14:57 +05:30
..
DatabaseConfig.java CLOUDSTACK-10123: Entity should use GMT TZ for timestamp values (#2303) 2017-11-18 09:14:57 +05:30
IPRangeConfig.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
PodZoneConfig.java findbugs: use a prepared statement as prepared statement 2015-06-19 23:26:00 +02:00
TestAppender.java Fix Sync of template.properties in Swift 2016-05-13 22:08:16 +00:00