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
@erwzqsdsdsf hi. What do you mean by UTC 0? Do you have incorrect timestamps or do you have correct timestamps saved (before you did anything to switch timestamp) and displayed in UTC 0?
MongoDB stores times in UTC by default, and will convert any local time representations into this form. Applications that must operate or report on some unmodified local time value may store the time zone alongside the UTC timestamp, and compute the original local time in their application logic.
I set a env
export TZ='Asia/Shanghai'
node default log datetime is ok
but winston-mongodb still utc 0.
I set ubuntu sys utc use localtime ,but t winston-mongodb still utc 0.
The text was updated successfully, but these errors were encountered: