Skip to main content
Solved

DateTimeNow not working on windows 7 French

  • January 10, 2019
  • 7 replies
  • 52 views

Forum|alt.badge.img

Hi, i'm trying to run a simple workbench with @DateTimeNow(local) on FME 2018 (build 18578)  / windows 7 French but i get this error:

 

DateTimeStamper: Failed to load timezone data. current_zone() failed: A mapping from the Windows Time Zone id "Romance standard time" was not found in the time zone mapping database.. Please visit http://www.safe.com/support
DateTimeStamper: Failed to evaluate expression '@DateTimeNow(local)'. Result is set to null

 

It works with FME2017.1 running on  Windows 7 fr or FME2018 running on windows 10 fr.

 

Do you know what to do to avoid that?

Thank you,

David

 

 

Best answer by philippeb

Bonjour!

What happens if you change your local timezone for something else?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

7 replies

philippeb
Enthusiast
Forum|alt.badge.img+22
  • Enthusiast
  • Best Answer
  • January 10, 2019

Bonjour!

What happens if you change your local timezone for something else?


Forum|alt.badge.img
  • Author
  • January 11, 2019

Same behavior when moving to English (US)


philippeb
Enthusiast
Forum|alt.badge.img+22
  • Enthusiast
  • January 11, 2019

Same behavior when moving to English (US)

Sounds like a bug. I would try the latest FME version.


mark2atsafe
Safer
Forum|alt.badge.img+58
  • Safer
  • January 11, 2019

I've asked our developers about this. I'm hoping that you can somehow add a mapping from Romance Standard Time to its equivalent (CET?). If not, we might need to add a fix for FME2019, meaning that the short term fix is to change the timezone on your computer if possible. But I'll let you know.


mark2atsafe
Safer
Forum|alt.badge.img+58
  • Safer
  • January 11, 2019

Oh, actually it just occurred to me that you could try @DateTimeNow(localUnzoned) and it might work without an error.


Forum|alt.badge.img
  • Author
  • January 14, 2019

Oh, actually it just occurred to me that you could try @DateTimeNow(localUnzoned) and it might work without an error.

Same error, only @DateTimeNow(utc) is working


Forum|alt.badge.img
  • Author
  • January 16, 2019

Bonjour!

What happens if you change your local timezone for something else?

Too bad i tried to change my regional settings, not timezone :/

When i change timezone to W. Europe Standard Time it work.

 

But FME 2018 work with Romance Standard Time with windows 10 or windows 2012 server..