This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit c9651fc346562f49db732d9d03f6e949032f4f69
Author: Lei Zhang <[email protected]>
AuthorDate: Sat Aug 3 00:25:21 2019 +0800

    SCB-1369 Modify APIs to return JSON date format to long
---
 docs/fsm/how_to_use_fsm.md    | 4 ++--
 docs/fsm/how_to_use_fsm_zh.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/fsm/how_to_use_fsm.md b/docs/fsm/how_to_use_fsm.md
index 7a5fd5b..a0c61da 100644
--- a/docs/fsm/how_to_use_fsm.md
+++ b/docs/fsm/how_to_use_fsm.md
@@ -137,8 +137,8 @@ description
     "type": "SAGA",
     "serviceName": "alpha-benchmark",
     "instanceId": "alpha-benchmark-127.0.0.1",
-    "beginTime": "2019-07-26T07:46:27.215+0000",
-    "endTime": "2019-07-26T07:46:27.623+0000",
+    "beginTime": 1564762932963,
+    "endTime": 1564762933197,
     "state": "COMMITTED",
     "subTxSize": 3,
     "durationTime": 408,
diff --git a/docs/fsm/how_to_use_fsm_zh.md b/docs/fsm/how_to_use_fsm_zh.md
index 4bf743b..9e0ab71 100644
--- a/docs/fsm/how_to_use_fsm_zh.md
+++ b/docs/fsm/how_to_use_fsm_zh.md
@@ -143,8 +143,8 @@ curl http://localhost:8090/alpha/api/v1/metrics
     "type": "SAGA",
     "serviceName": "alpha-benchmark",
     "instanceId": "alpha-benchmark-127.0.0.1",
-    "beginTime": "2019-07-26T07:46:27.215+0000",
-    "endTime": "2019-07-26T07:46:27.623+0000",
+    "beginTime": 1564762932963,
+    "endTime": 1564762933197,
     "state": "COMMITTED",
     "subTxSize": 3,
     "durationTime": 408,

Reply via email to