How to get UTC time in FME 2014? TimeStamper gives local time >>
When in DateTimeCalculator I'm subtracting hours from local time to get UTC time, but this won't work after Daylight Saving Time begins.
How to get UTC time in FME 2014? TimeStamper gives local time >>
When in DateTimeCalculator I'm subtracting hours from local time to get UTC time, but this won't work after Daylight Saving Time begins.
Best answer by ebygomm
This worked for some time, but stopped recently. Maybe it is possible convert local time (with Daylight savings adjusted) to UTC via Python script?
Not sure whether this will work in 2014, I think it should. But you can use an InlineQuerier to return UTC
e.g.
select datetime('now') as utc
Worth a try
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.