I wonder about daylight savings time.
if I make a project in us, I have to consider about daylight savings time.
is there any configuration about it ?
in November, the time is back. so I think, it maybe make a some problem of wincc oa database manager.
I waiting answer.
About daylight savings time
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: About daylight savings time
There's no need to worry about daylight saving time since the timestamp in WinCC_OA is internally always handled in UTC time.
It's just while _displaying_ when the UTC time is converted to a local time zone string representation.
It's just while _displaying_ when the UTC time is converted to a local time zone string representation.
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: About daylight savings time
Thanks reply Martin Koller.
when clocks are turned backward 1 hour , how can I know, it is second time ??
I think that it could be made duplicated data.
there is a function what it is managed day light saving time in the WinCC OA but, if you use third party database program. you should avoid to duplicated data.
when clocks are turned backward 1 hour , how can I know, it is second time ??
I think that it could be made duplicated data.
there is a function what it is managed day light saving time in the WinCC OA but, if you use third party database program. you should avoid to duplicated data.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: About daylight savings time
Hello,
as Martin Koller has written WinCC OA is always using UTC time. The information if daylight saving needs to be used depends on the time zone settings.
There is a CTRL function daylightsaving() available in WinCC OA. Maybe this one can be used to solve the requirements.
When reading data from an external source you need to know if the time you get from this source is UTC or not and if daylight saving is set or not. Otherwise you cannot read data correctly.
Best Regards
Leopold Knipp
Senior Support Specialist
as Martin Koller has written WinCC OA is always using UTC time. The information if daylight saving needs to be used depends on the time zone settings.
There is a CTRL function daylightsaving() available in WinCC OA. Maybe this one can be used to solve the requirements.
When reading data from an external source you need to know if the time you get from this source is UTC or not and if daylight saving is set or not. Otherwise you cannot read data correctly.
Best Regards
Leopold Knipp
Senior Support Specialist