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)
Can't format POSIXct data to get rid of EDT/EST formating
I have a large dataset with many different dates,
I want to convert them to POSIXct but do not care about times, all I need is for the time to be formatted identical between dates.
E.g. my original da...
Beardedant
Votes: 0
Answers: 1
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
Writing nservicebus logs in UTC time format instead of the one that's set on the OS
When messages get written into the nsb logs (nsb_yy-mm-dd_X.txt), they are always written in the time zone that's set on the OS (in this case on a Windows 2019 Enterprise box, Americas/New York). Sam...
kennycho
Votes: 0
Answers: 2
Converting date time string to utc
I have an input time setting which is like this.
{
"effectiveFrom": "2022-03-24 06:28",
}
I need to convert the same to UTC format which is like this
{
"effective_...
xxoyx
Votes: 0
Answers: 2