dst
How can I make Plone display events during DST with the correct time?
I\'m writing a Plone product that takes iCalendar, pulls it in, and creates Plone Event types. I\'ve got it all working perfectly, except that, for half of the year\'s dates, the timestamps are off by[详细]
2023-03-10 15:47 分类:问答c# daylight savings duplicate hour convert to UTC
I am using TimeZoneInfo to convert betwee开发者_JS百科n client side wallclock \'Eastern Time\' and UTC. My problem is with the \'duplicate\' hour that occurs during autumn DST change.[详细]
2023-03-10 03:36 分类:问答Using is_dst in mktime() in PHP 5.3 (parameter is deprecated)
From 5.3 the is_dst parameter is deprecated in mktime. But I need two previous time in timestamp, one of them with dst and the other without that.[详细]
2023-03-09 15:10 分类:问答PHP daylight saving time detection
I need to send an email to users based wherever in the world at 9:00 am local time. Th开发者_高级运维e server is in the UK. What I can do is set up a time difference between each user and the server\'[详细]
2023-03-09 06:17 分类:问答DateTime must contain TimeZone information and take Daylight Savings into account
I\'m placed in a situation where my program has 2 integratio开发者_开发问答ns towards 3rd party systems. The integrations consists of 1) XML protocol over TCP/IP and 2) Webservices made in WCF.[详细]
2023-03-08 17:49 分类:问答Converting local time to UTC time or vice versa considering daylight saving time
I know how to convert local time to UTC time and vice versa. But I am very much confused about daylight savings time(DST) handling while doing开发者_JS百科 this.[详细]
2023-03-06 09:07 分类:问答time() and date() problems after time change (DST - standard)
In PHP I would like to output an HTML option list containing dates for the next 14 days. These appointments are always at 18 o\'clock:[详细]
2023-03-04 07:48 分类:问答What is the fastest way to detect when two timestamps produce the same local time in Python?
The UNIX timestamps 1289106000 and 1289109600 both represent 2010-11-07T01:00:00 in the US-East EST/EDT timezone, as a result of daylight savings time.I\'m creating a dictionary-like object, keyed on[详细]
2023-02-28 13:24 分类:问答Does NSTimeZone in iPhone adjust automatically for DST
I have a fairly simple question. I have a set of dates in UTC. I want to represent these to the user in the correct local time adjusted (or not, if DST is not currently in effect) for DST.[详细]
2023-02-28 01:27 分类:问答In iOS is daylight saving in NSTimeZone broken?
I have two variables: NSTimeZone *timeZoneMinus5 = [NSTimeZone timeZoneForSecondsFromGMT: -18000]; NSTimeZone *timeZoneEST = [NSTimeZone timeZoneWithName:@\"EST\"];[详细]
2023-02-25 18:10 分类:问答