Afrostream / afrostream-back-end

Simple backo for afrostream
1 stars 0 forks source link

database: dateReleased shouldn't be timezoned #332

Closed syndr0m closed 7 years ago

syndr0m commented 7 years ago

problem:

saving date released = 1982 <=> "1981-12-31 23:00:00+00" we should only save 1982-01-01 00:00:00 without timezone

alter table "Movies" alter column "dateReleased" type timestamp without time zone;
syndr0m commented 7 years ago

not fixed => using year released #333