mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
handle UTC dates properly for events
This commit is contained in:
@ -417,7 +417,7 @@ namespace Bit.Core.Utilities
|
||||
date = DateTime.UtcNow;
|
||||
}
|
||||
|
||||
return date.Value.ToString("yyyy-MM-dd HH:mm:ss.fff");
|
||||
return date.Value.ToUniversalTime().ToString("yyyy-MM-dd HH:mm:ss.fff");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user