Closed SudhirRamaniOD closed 1 year ago
I am trying with translateTime: 'EST:DD-MM-YYYY HH:MM:SS' but still getting UTC time only. Is there any workaround available in pino to get EST time?
THat's not supported by dateformat: https://www.npmjs.com/package/dateformat. Only UTC: prefix is supported.
UTC:
Is there any way around to get the EST time in pino?
https://getpino.io/#/docs/api?id=pino-stdtimefunctions
I am trying with translateTime: 'EST:DD-MM-YYYY HH:MM:SS' but still getting UTC time only. Is there any workaround available in pino to get EST time?