minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
93 stars 45 forks source link

[FEATURE] Use the user's timezone in the dates #314

Open Panquesito7 opened 3 years ago

Panquesito7 commented 3 years ago

Problem

When making automatic releases, it automatically sets the date as the release's name for you (for example 2020-03-5). But when it's night here, it increases one day, instead of the current day I am on (say 2021-07-03, instead of 2021-07-02).

When looking at the releases, it automatically writes the date below the release's name. The date sometimes's wrong, too, because the timezone is set differently from mine.

Solutions

It'd be great to use the user's timezone for the dates to be accurate.

Alternatives

I don't have any alternatives in mind. If you have any, please write them below.