Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with UTC offset time zones
Message
From
25/08/2011 08:22:15
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01521711
Message ID:
01521747
Views:
23
>OK. Not important but I still do not understand that format. If the last part is intended to represent an offset why the five minutes? If not an offset then what part does it play? A .NET DateTimeOffset of similar structure will obviously give weird results:
DateTimeOffset dto = new DateTimeOffset(new DateTime(2011,8,23,17,05,04), new TimeSpan(5,5,0));
See dto.DateTime v. dto.LocalDateTime

This is simply the time representation again, without the seconds, in offset to UTC such as:

http://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform