// 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
};
