mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-29 18:50:16 +00:00
9 lines
178 B
C
9 lines
178 B
C
#ifndef MLRTIMEZONE_H
|
|
#define MLRTIMEZONE_H
|
|
|
|
typedef enum _timezone_handling_t {
|
|
TIMEZONE_HANDLING_GMT,
|
|
TIMEZONE_HANDLING_LOCAL
|
|
} timezone_handling_t;
|
|
|
|
#endif // MLRTIMEZONE_H
|