mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
needed for new formatTime unit tests. Avoiding ugly TZ setting in github workflows, see https://github.com/MichMich/MagicMirror/pull/3073
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = "Europe/Berlin";
|
|
};
|