skybrud / Skybrud.Umbraco.Redirects

Redirects manager for Umbraco.
https://packages.limbo.works/skybrud.umbraco.redirects/
MIT License
36 stars 41 forks source link

Investigate incorrect timestamp offsets #177

Open abjerner opened 1 year ago

abjerner commented 1 year ago

Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)

4.0.13

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

12.0.0

Bug description

After having created a new redirect, the Info tab says that it was created/updated two hours ago, which matches the UTC offset for my Danish summer time.

I haven't seen this in previous releases, but also haven't tested that much with SQLite, so could be either Umbraco 12 or just SQLite that handles timestamps a bit different.

image

abjerner commented 1 year ago

Works fine with SQL Server, so seems to be an issue with SQLite 😮