From a962ba9c853a797e9a41b2830ec0181b167d8cd9 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 10 Sep 2023 02:44:01 -0500 Subject: reorg --- lri-proto/proto/time_stamp.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lri-proto/proto/time_stamp.proto (limited to 'lri-proto/proto/time_stamp.proto') diff --git a/lri-proto/proto/time_stamp.proto b/lri-proto/proto/time_stamp.proto new file mode 100644 index 0000000..238eebe --- /dev/null +++ b/lri-proto/proto/time_stamp.proto @@ -0,0 +1,13 @@ +syntax = "proto2"; + +package ltpb; + +message TimeStamp { + required uint32 year = 1; + required uint32 month = 2; + required uint32 day = 3; + required uint32 hour = 4; + required uint32 minute = 5; + required uint32 second = 6; + optional sint32 tz_offset = 7; +} -- cgit 1.4.1-3-g733a5