mirror of
https://github.com/Redume/Kekkai.git
synced 2025-04-01 21:07:35 +03:00
feat(server): Added server timezone display
This commit is contained in:
parent
57867e2d73
commit
3a9043b244
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ module.exports = async function metadata(fastify) {
|
|||
);
|
||||
|
||||
return res.status(200).send({
|
||||
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
|
||||
first_date: first_date.rows[0]?.date
|
||||
? first_date.rows[0]?.date
|
||||
: 'None',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue