Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dealing with UTC offset time zones
Message
De
25/08/2011 08:48:53
 
 
À
25/08/2011 08:22:15
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01521711
Message ID:
01521750
Vues:
29
This message has been marked as a message which has helped to the initial question of the thread.
>>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

OK. But I still haven't come across an offset that is not an exact number of hours (although I think there are a couple of time zones with a 30 minute offset) so I don't know how an offset with an odd five minutes would be useful. IAC, not important........
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform