daylight icon indicating copy to clipboard operation
daylight copied to clipboard

Does not properly calculate events

Open spacekestrel opened this issue 3 years ago • 1 comments

Have tried using package with very basic implementation, but is seems always gets data wrong to 3 hours. I think it doesn't calculate UTC + hours. Do i need to do it myself and if so, how better achieve this?

spacekestrel avatar Jul 18 '21 18:07 spacekestrel

It is hard to provide dates with timezones offsets specially because timezones keep chaging. To convert a UTC datetime to a lozalized datetime, I would sue the timezones package.

renancaraujo avatar Apr 30 '24 21:04 renancaraujo