deepa12
New User
Joined: 06 Aug 2014 Posts: 3 Location: chennai
|
|
|
|
I have a requirement to convert an incoming datetime value in JSON from UTC TO BST
I do understand there are LE callable modules like CEEGMT, CEEGMTO
But all this provide info only about current date
What i require is
say current date is 19/08/24
UTC: 2024-10-26T22:59:01Z
to be converted 2024-10-26 23:59:01 in BST
UTC 2024-10-27T01:10:01Z to 2024-10-27 01:10:01 BST
Similarly some past dates for e.g.
2040-01-02T06:15:10Z to 2040-01-02 06:15:10 BST
Pls let me know how to do this.
It is a CICS VSAM NON DB2 environ |
|