Working with timezones in OIC
Summary
Working with timezones in OICContent
From the integration source, I receive two data:
1) A "datetime" in YYYYMMDDHHMISS format and a timezone (like "America/Los_Angeles").
This means "datetime" is in "America/Los_Angeles" timezone.
2) The timezone to which the previous "datetime" must be converted into.
So, suppose:
1) "20191224160000" "America/Los_Angeles" (UTC-8)
2) "America/Sao_Paulo" (UTC-3)
The mapping output should be "20191224210000", i.e., 5 hours ahead.
Is that achievable in OIC?
Tagged:
0