Results 1 to 3 of 3

Thread: Time Zone Hell

  1. #1

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Time Zone Hell

    in another forum i was going to help someone with a problem converting between timezones. to make a long story short, TimeZoneInfo.GetSystemTimeZones() returns a list of 90, without abbreviations. Just so happened that the one I was looking for wasn't there, it was old. i found it eventually.

    so far my list of timezones is about 300, with GMT offsets. here is a sample.

    Code:
    COT	Colombia Time		(GMT-05:00)
    CS	Central Summer Time	Australia	(GMT+10:30)
    CST	Central Standard Time	Australia	(GMT+9:30)
    CST	Central Standard Time	North America	(GMT-06:00)
    CST	Central Summer Time	Australia	(GMT+10:30)
    CST	China Standard Time		(GMT+08:00)
    CVT	Cape Verde Time		(GMT-01:00)
    CXT	Christmas Island Time	Australia	(GMT+07:00)
    D	Delta Time Zone	Military	(GMT+04:00)
    DAVT	Davis Time		(GMT+07:00)
    DTAT	District de Terre Adélie Time		(GMT+10:00)
    
    SBT	Solomon Island Time		(GMT+11:00)
    SCDT	Santa Claus Delivery Time		(GMT+13:00)
    SCST	Santa Claus Standard Time		(GMT+12:00)
    SCT	Seychelles Time		(GMT+04:00)
    SGT	Singapore Time		(GMT+08:00)
    SIT	Spratly Islands Time		(GMT+08:00)
    SLT	Sierra Leone Time		(GMT+00:00)
    SRT	Suriname Time		(GMT-03:00)
    SST	Samoa Standard Time		(GMT-11:00)
    SST	Swedish Summer Time	Europe	(GMT+02:00)
    SWT	Swedish Winter Time	Europe	(GMT+01:00)
    SYST	Syrian Summer Time		(GMT+03:00)
    SYT	Syrian Standard Time		(GMT+02:00)
    as you can see there are duplicate abbreviations.

    does anyone else have a list?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Time Zone Hell

    A list of all timezones including duplicated ones?

  3. #3

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Time Zone Hell

    the abbrev's are dup'ed, but the zone is different.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width