BAEL-10944 Added logic of returning fixed date time zone in HelloResource

This commit is contained in:
Dhawal Kapil
2019-02-26 17:52:54 +05:30
parent d6dc3f9941
commit 4be7eaf419
4 changed files with 7 additions and 5 deletions
@@ -7,4 +7,4 @@ wts:
GET message
$RestxSession: {"_expires":"2013-09-27T01:18:00.822+02:00","principal":"admin","sessionKey":"e2b4430f-9541-4602-9a3a-413d17c56a6b"}
then: |
{"message":"hello admin, it's 04:48:00"}
{"message":"hello admin, it's 23:18:00"}
@@ -5,4 +5,4 @@ wts:
- when: |
GET hello?who=xavier
then: |
{"message":"hello xavier, it's 04:48:00"}
{"message":"hello xavier, it's 23:18:00"}
@@ -7,4 +7,4 @@ wts:
GET message
$RestxSession: {"_expires":"2013-09-27T01:18:00.822+02:00","principal":"user1","sessionKey":"e2b4430f-9541-4602-9a3a-413d17c56a6b"}
then: |
{"message":"hello user1, it's 04:48:00"}
{"message":"hello user1, it's 23:18:00"}