Can you describe the purpose? Timezone definition is part of Operation system (Windows) you do not need to set something within NAV if you do not have some special reason...
Can you describe the purpose? Timezone definition is part of Operation system (Windows) you do not need to set something within NAV if you do not have some special reason...
One of the client want the navision to set up for different time zone.
Does Navision have some thing to setup time zone configuration?
Can you describe the purpose? Timezone definition is part of Operation system (Windows) you do not need to set something within NAV if you do not have some special reason...
One of the client want the navision to set up for different time zone.
Does Navision have some thing to setup time zone configuration?
Just change the timezone in windows, if all you need is a few hours moved to some direction.
1) Only one thing in NAV is using timezones: DateTime datatype. The value is stored in GMT and displayed with correction for the timezone you have set in your Windows.
2) Other things are timezone independent (because it will be nonsense to use time zone with Time data type)
I don't completely agree that you can ignore timezone information even in a simple Time field. I've seen distributed environments where the Navision data and server is centralized in one geographic location but time sensitive information is pulled in or entered from other locations. Thus it is important that the time data be consistently represented in Navision.
I normally recommend that if there will be multiple locations involved then all time data that is written in Navision should be in UTC or GMT time.
While this may not be a common scenario - it should be considered when users are entering data in any time filelds.
I don't completely agree that you can ignore timezone information even in a simple Time field. I've seen distributed environments where the Navision data and server is centralized in one geographic location but time sensitive information is pulled in or entered from other locations. Thus it is important that the time data be consistently represented in Navision.
I normally recommend that if there will be multiple locations involved then all time data that is written in Navision should be in UTC or GMT time.
While this may not be a common scenario - it should be considered when users are entering data in any time filelds.
Yes, but in this situation, you need to correct all date fields connected to this time field too. Or you can use the DateTime variable and you do not need to do anything else. It will be stored in UTC (GMT).
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
One of the client want the navision to set up for different time zone.
Does Navision have some thing to setup time zone configuration?
Anand Kumar
Navision Technical Consultant
Just change the timezone in windows, if all you need is a few hours moved to some direction.
Dynamics NAV Enthusiast
2) Other things are timezone independent (because it will be nonsense to use time zone with Time data type)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I normally recommend that if there will be multiple locations involved then all time data that is written in Navision should be in UTC or GMT time.
While this may not be a common scenario - it should be considered when users are entering data in any time filelds.
Epimatic Corp.
http://www.epimatic.com
Yes, but in this situation, you need to correct all date fields connected to this time field too. Or you can use the DateTime variable and you do not need to do anything else. It will be stored in UTC (GMT).
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.