Update timezone from Europe/London to Europe/Moscow across configuration, backend, and frontend files for consistent time handling.
This commit is contained in:
parent
457dc74485
commit
60409362c7
8 changed files with 13 additions and 13 deletions
|
|
@ -7,7 +7,7 @@ function getTodayInLondon() {
|
|||
// Получаем текущую дату в таймзоне London
|
||||
const now = new Date();
|
||||
const formatter = new Intl.DateTimeFormat('en-CA', {
|
||||
timeZone: 'Europe/London',
|
||||
timeZone: 'Europe/Moscow',
|
||||
year: 'numeric',
|
||||
month: '2-digit',
|
||||
day: '2-digit'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue