You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Custom Log Prefix Format to format log time as ISO8601 format. So I need time GMT offset. But LogMessageTime does not expose time_struct's tm_gmtoff field.
I am trying to use Custom Log Prefix Format to format log time as ISO8601 format. So I need time GMT offset. But
LogMessageTime
does not exposetime_struct
'stm_gmtoff
field.Is it possible to add the following code to
LogMessageTime
?The text was updated successfully, but these errors were encountered: