on 2023 Sep 05 6:02 PM
Can some one tell me how can i convert UTC sysdate() to EST in SAP BODS within script and store it to a global variable?
i have tried the below approach
sql('LEX_HANA_DS','SELECT current_timestamp AT TIME ZONE \'EST\' "utctolocal" FROM DUMMY');
but it is giving error . in the above i am taking current_timestamp from HANA DB.
Also in the format i only need till HH:MM:SS. millisecond can be ommited.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.