mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-03 23:52:45 +01:00
9 lines
233 B
JavaScript
9 lines
233 B
JavaScript
/*
|
||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||
* SPDX-License-Identifier: AGPL-3.0-only
|
||
*/
|
||
|
||
module.exports = async () => {
|
||
// DBはUTC(っぽい)ので、テスト側も合わせておく
|
||
process.env.TZ = 'UTC';
|
||
};
|