AceTime
0.7
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
src
ace_time
zonedbx
zone_registry.h
1
// This file was generated by the following script:
2
//
3
// $ ../../../tools/tzcompiler.py --input_dir ../../../tools/../../tz --output_dir /home/brian/dev/AceTime/src/ace_time/zonedbx --tz_version 2019b --action zonedb --language arduino --scope extended --until_at_granularity 60 --offset_granularity 900 --start_year 2000 --until_year 2050
4
//
5
// using the TZ Database files from
6
// https://github.com/eggert/tz/releases/tag/2019b
7
//
8
// DO NOT EDIT
9
10
#ifndef ACE_TIME_ZONEDBX_ZONE_REGISTRY_H
11
#define ACE_TIME_ZONEDBX_ZONE_REGISTRY_H
12
13
#include <ace_time/internal/ZoneInfo.h>
14
15
namespace
ace_time
{
16
namespace
zonedbx {
17
18
const
uint16_t kZoneRegistrySize = 387;
19
20
extern
const
extended::ZoneInfo*
const
kZoneRegistry[387];
21
22
}
23
}
24
#endif
ace_time
Definition:
BasicZone.h:15
Generated by
1.8.13