mirror of
https://github.com/catdevnull/preciazo.git
synced 2025-02-22 20:06:28 +00:00
always use same timezone
This commit is contained in:
parent
74735260bb
commit
3c6a1f1dee
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,7 @@ esto esta automáticamente generado por sepa-index-gen dentro de preciazo.`;
|
|||
month: "2-digit",
|
||||
day: "2-digit",
|
||||
weekday: "long",
|
||||
timeZone: "America/Argentina/Buenos_Aires",
|
||||
});
|
||||
const dateTimeFormatter = Intl.DateTimeFormat("es-AR", {
|
||||
year: "numeric",
|
||||
|
@ -122,6 +123,7 @@ esto esta automáticamente generado por sepa-index-gen dentro de preciazo.`;
|
|||
day: "2-digit",
|
||||
hour: "2-digit",
|
||||
minute: "2-digit",
|
||||
timeZone: "America/Argentina/Buenos_Aires",
|
||||
});
|
||||
|
||||
let jsonIndex: IndexJson = {};
|
||||
|
|
Loading…
Reference in a new issue