mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
2a8c20b946
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: CC0-1.0
|
|
*/
|
|
|
|
export function setup() {
|
|
process.env.TZ = 'UTC'
|
|
}
|