You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For human being, the format of start_time and end_time should not be defined as Timestamp (int64), so I provide the same functioning by changing the type of these two parameters to string, and you can specify start_time and end_time with something like "20181101", it is really useful.
The text was updated successfully, but these errors were encountered:
by swagger file
but the format of
start_time
andend_time
is just documented asTimestamp
.After some tests, I find what is the real meaning of
Timestamp
. Here is the output byharborctl
Conclusion
start_time
andend_time
is something like 1541289600, which is generated by codes as belowstart_time
andend_time
should not be defined asTimestamp
(int64), so I provide the same functioning by changing the type of these two parameters tostring
, and you can specifystart_time
andend_time
with something like "20181101", it is really useful.The text was updated successfully, but these errors were encountered: