Skip to content

feat: (ussd) format to timezone

Mohamed Sohail requested to merge sohail/ussd-tz-feat into master
  • this change defaults to +3 gmt
  • room for refactor to load global tz value from confini

note: the callback handler already formats it to a UTC string, hence this change reconverts the string back to a datetime obeject. We could refactor these changes into the callback handler alternatively.

Edited by Mohamed Sohail

Merge request reports