This is an automated email from the ASF dual-hosted git repository. kdump pushed a commit to branch query-server-time-info in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
commit fe0c418aba605683798b2af193e13c1cf5499f87 Author: x22x22 <[email protected]> AuthorDate: Sun Sep 22 12:05:30 2019 +0800 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 }
