UNPKG

@fairmint/canton-node-sdk

Version:
7 lines (5 loc) 236 B
// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 export const setup = () => { process.env.TZ = 'ETC/GMT-2'; // setting the timezone to UTC+2 };