autobrr/internal/database
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
..
tools feat(autobrrctl): add db migrate/seed/reset functionality (#934) 2023-12-28 14:05:51 +01:00
action.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
action_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
api.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
api_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
download_client.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
download_client_test.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
feed.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_cache.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_cache_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
filter.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
filter_test.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
indexer.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
indexer_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
postgres.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
postgres_migrate.go fix(database): postgresql release timestamps timezone handling (#1343) 2024-02-27 11:49:13 +01:00
release.go feat(releases): show details in list view (#1337) 2024-01-02 21:53:38 +01:00
release_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
sqlite.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
sqlite_migrate.go fix(irc): force update ANT and NBL irc server addr (#1412) 2024-02-16 14:49:05 +01:00
user.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
user_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00