Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Shurmer / Aaron Shurmer (Aaron Shurmer)
Created: 09/29/2013
Components: Language
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 1
Problem Description:
time format stuffs up with numeric date on daylight savings days. machine locale set to new zealand en_NZ java locale
#timeformat( 41546.9166667, "HH:MM" )# returns 11:00pm, should return 10:00pm
timeformat( 41545.9166667, "HH:MM" ) returns 10:00pm
timeformat( 41546.9166667, "HH:MM" ) returns 11:00pm <- which is quite wrong
timeformat( 41547.9166667, "HH:MM" ) returns 10:00pm
Steps to Reproduce:
set locale to new zealand, run 3 statements above
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3641349
External Customer Info:
External Company:
External Customer Name: AaronShurmer
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: