Tags with UTC date/time not working
Posted: Tue Aug 27, 2013 5:52 pm
Boris,
The docs at http://www.meteobridge.com/wiki/index.php/Templates show the values for time and timeUTC are identical (and are local timezone time). I suspect that the dateUTC would also be the local time's date also.
So, it appear that the 'U' modifier is not being honored in the template processing. I'm running Meteobridge 1.8 (2198) on a TL-MR3020
Best regards,
Ken
The docs at http://www.meteobridge.com/wiki/index.php/Templates show
and when code like this is used as a templateWhen a capital "U" preceeds a date/time variable name, UTC is used instead of local time ("[Uhh]:[Umm]:[Uss] UTC" is evaluated to a string like "16:03:33 UTC")
Code: Select all
date|[YYYY]-[MM]-[DD]|// local date:|:
time|[hh]:[mm]:[ss]|// local time:|:
dateUTC|[UYYYY]-[UMM]-[UDD]|// UTC date:|:
timeUTC|[Uhh]:[Umm]:[Uss]|// UTCtime:|:
So, it appear that the 'U' modifier is not being honored in the template processing. I'm running Meteobridge 1.8 (2198) on a TL-MR3020
Best regards,
Ken