autobrr/internal
KaiserBh 47a1af8600
fix(database): postgresql release timestamps timezone handling (#1343)
fix(database): Correct timezone handling for release timestamps

Changed the column type for release timestamps from 'timestamp' to 'timestamptz' in the PostgreSQL database. This update ensures that the release ages are accurately reflected in the web UI by storing the correct timezone information. Previously, the data was stored in UTC but interpreted as local user time, causing a 3-hour offset in the web UI or in my case 11-hour offset. The conversion now correctly interprets and displays the release times based on UTC.

Fixes #1138
2024-02-27 11:49:13 +01:00
..
action feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
announce feat(irc): add indexer disabled warn log (#1381) 2024-02-11 10:44:07 +01:00
api chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
auth chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
config chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database fix(database): postgresql release timestamps timezone handling (#1343) 2024-02-27 11:49:13 +01:00
domain fix(releases): create custom TEMPDIR if not exists (#1428) 2024-02-26 14:19:47 +01:00
download_client chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
events chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed fix(filters): RED and OPS lossless parsing and filtering (#1373) 2024-01-28 22:03:25 +01:00
filter feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
http feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
indexer feat(indexers): sanitize user input (#1420) 2024-02-26 18:06:00 +01:00
irc chore(deps): upgrade to Go v1.22 and deps (#1423) 2024-02-22 14:33:50 +01:00
logger chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
mock chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification fix(notifications): Pushover and Telegram formatting (#1362) 2024-01-23 13:03:20 +01:00
release chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
scheduler chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
server chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
update chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
user chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00