sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
53 stars 16 forks source link

Timestamps to_abap #51

Closed jrodriguez-rc closed 3 years ago

jrodriguez-rc commented 3 years ago

Support conversion between json timestamp (2020-07-28T00:00:00Z) to abap (20200728000000)

sbcgua commented 3 years ago

ref #24 Thanks for the PR, will check it in the near days :+1:

jrodriguez-rc commented 3 years ago

I use a constant with the requested type for UTC time zone, tested it in 731 😉

sbcgua commented 3 years ago

Cool. Good feature, thanks !

sbcgua commented 3 years ago

BTW can I ask you to write a small doc update if you have time ? I think even just an example call would be enough - like with other types

jrodriguez-rc commented 3 years ago

Sure, I'll write some examples tomorrow or this weekend