DotNetShoutout - Stories tagged with timezone
6
Shouts

How to use ZoneInfo/TZ Time Zones in .Net Applications

published 721 days, 14 hours, 58 minutes ago posted by https://profiles.google.com/dougrathbonehttps://profiles.google.com/dougrathbone 722 days, 15 hours, 55 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Monday, May 30, 2011 10:48:03 AM GMT
While recently had a need to implement Unix Time Zone support using a TZ database. This list of Time Zones is widely used by Unix systems around the world as their source of Time Zone information. Sadly Microsoft’s .Net framework doesn’t have any support for this library - but like other parts of the framework that developers have found to be lacking, there is a library out there to fill the gap. (more)
category: Agile | clicked: 8 | comment | | source: www.diaryofaninja.com
tags: C#, time, timezone
2
Shouts

Advanced Dotnet Tutorial: Importance of TimeZoneInfo class in ASP.NET

posted by learndotnet123learndotnet123 837 days, 9 hours, 58 minutes ago
Friday, February 04, 2011 4:45:15 PM GMT
You are working on an ASP.NET application which is hosted in a server in a USA time zone.You need to send an email to your customers daily at 10 AM in the Singapore time zone. How is that possible? How to get all the timezones in the current system? What is the current time zone Id? The answers for all these questions would be the TimeZoneInfo class. TimeZoneInfo The TimeZoneInfo class represents any time zone in the world. It contains a set of static methods/properties that allows us to... (more)
category: Web Dev | clicked: 1 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Class, timezone, ASP.NET
2
Shouts

Advanced Dotnet Tutorial: Setting your website DateTime according to Time Zone Offset of the client

published 863 days, 12 hours, 28 minutes ago posted by learndotnet123learndotnet123 863 days, 18 hours, 54 minutes ago
Sunday, January 09, 2011 2:14:59 PM GMT Sunday, January 09, 2011 7:48:55 AM GMT
Time zone of countries is different and to deal with it while developing a website is a big headache. We have seen situations where we have to use the GMT time and get the time zone of client to show every user his own Date Time. First of all to get the client TimeZoneOffset you need JavaScript code. (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: website, date time, timezone, ASP.NET
8
Shouts

Time Zone Awareness For Global Organization

published 1023 days, 14 hours, 56 minutes ago posted by jacobsebastianjacobsebastian 1023 days, 20 hours, 36 minutes ago
Monday, August 02, 2010 11:46:52 AM GMT Monday, August 02, 2010 6:07:23 AM GMT
This article explains the importance of time zone calculations for global organizations and introduces the time-zone aware data types and functions in SQL Server (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: timezone, SQLServer