We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8fe00 commit ba8569fCopy full SHA for ba8569f
ydb/library/yql/minikql/datetime/datetime.h
@@ -21,7 +21,6 @@ struct TTMStorage {
21
unsigned int Second : 6;
22
unsigned int Microsecond : 20;
23
unsigned int TimezoneId : 16;
24
- ui8 Reserved[2];
25
26
TTMStorage() {
27
Zero(*this);
0 commit comments