This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new d2b2ef3 add timezone and currentTimestamp format comments (#17)
d2b2ef3 is described below
commit d2b2ef3e968af4a31009318810fe369155079a69
Author: Kdump <[email protected]>
AuthorDate: Sun Sep 22 12:17:25 2019 +0800
add timezone and currentTimestamp format comments (#17)
* add query server time info
* add query server time info
* add query server time info
* add query server time info
* add query server time info
* add query server time info
* add query server time info
---
metadata.graphqls | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/metadata.graphqls b/metadata.graphqls
index efa2c8b..ea6a6f3 100644
--- a/metadata.graphqls
+++ b/metadata.graphqls
@@ -59,9 +59,9 @@ type Database {
}
type TimeInfo {
- # server current timezone
+ # server current timezone, format: +0800
timezone: String
- # server current timestamp
+ # server current timestamp, format: 1569124528392
currentTimestamp: Long
}