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