python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
localize pandas datetime during daylight saving with multiple notations
I have pandas DataFrames with time-series that cover middle european daylight saving time disturbances each spring and autum for a few years.
For some dfs, everything works as expected using dt.tz_loc...
ivegotaquestion
Votes: 0
Answers: 1
Daylight Saving Time - Java
I have the following timezone "2021-06-06T06:00+01:00[Europe/London]"
When I call toInstant() on that timezone, I get "2021-06-06T05:00". Clocks go forward, so why is it returning ...
Abdul Aziz
Votes: 0
Answers: 2
Powershell get timezone with DST
In powershell I'm using
(Get-Timezone).BaseUtcOffset
to get the UTC offset of a computer which gives me +1h for my timezone. That is technically correct since I'm in CET in winter (UTC+1) and CEST in...
Johannes B. Latzel
Votes: 0
Answers: 3
Why does outlook.timezones.converttime get the DST change wrong?
I am using the following VBA code in Excel:
Function tzAtotzB(srcDT As Date, srcTZ As String, dstTZ As String) As Date
Dim OutlookApp As Object
Dim TZones As TimeZones
Dim convertedTime As...
shatteringlass
Votes: 0
Answers: 1