Matt Johnson-Pint
Matt Johnson-Pint
@jgable - Despite jumping on the moment.js / moment-timezone bandwagon, I've also tried to give fair credit to alternatives like walltime (and a few others). Believe me, I considered answering...
Thanks for clarifying. If I can do anything to ease the transition, please let me know.
Ok. Thanks. One more question: Can I control how WallTimeToUTC resolves ambiguities? For example, if the wall time is during a fall-back DST transition, does it pick the first or...
That's ok behavior for the missing time when transitioning from standard to daylight. But I'm more interested in behavior for the ambiguous duplicated time when transitioning from daylight to standard....
Please note that the final names for these types are `DateOnly` and `TimeOnly` and that they are now merged into the main branch for the next version of .NET 6...
`DateOnly` and `TimeOnly` should map cleanly to SQL Server's `date` and `time` types. The tricky part will be to decide what to do with existing behavior that maps them to...
Same here. Been doing everything on a Mac so far, where `dotnet build -t:Run -f net6.0-maccatalyst` (or -ios, -android, etc.) works fine. Thought I'd try it out on Windows and...
Seen on StackOverflow also. https://stackoverflow.com/questions/78662534/dayjs-wrong-timezone-conversion
Perhaps this is the problem? https://github.com/wa0x6e/cal-heatmap/blob/6cb8ddf3b40e8b3f0c5522b89f1c89e4eb7d6981/src/helpers/DateHelper.ts#L161
Hi. We have the same issue. After GitHub Actions moved the `ubuntu-latest` image tag from 20.04 to 22.04, some of our tests for Entity Framework Core that use SQLite during...