blob: 14f0dbb805b848bb2b13f79f8a74f61f7fd58422 [file]
/**
* @file tz.h
* @brief Implements time zone constants.
* @note Copyright (C) 2021 Richard Cochran <richardcochran@gmail.com>
* @note SPDX-License-Identifier: GPL-2.0+
*/
#ifndef HAVE_TZ_H
#define HAVE_TZ_H
#define MAX_TZ_DISPLAY_NAME 10
#define MAX_TIME_ZONES 4
#endif