issues
search
azukaar
/
Cosmos-Server
☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
https://cosmos-cloud.io
Other
3.65k
stars
130
forks
source link
localization: better date handling
#327
Open
madejackson
opened
1 month ago
madejackson
commented
1 month ago
This PR improves 3 things concerning date-localization:
add dayjs to locale-switcher
remove usage of timeago.js in favor of day.js (already present, supports timeago and localisation)
switch from native Date-function .tolocaleString() to day.js (supports locale-switcher)
This PR improves 3 things concerning date-localization: