mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 19:51:41 +10:00
datetime.datetime.timestamp does not exist on Windows and
datetime.datetiem.strftime('%s') is not supported, since '%s' is a POSIX
format. Instead, use the recommended `calendar.timegm(obj.utctimetuple())`.
26 KiB
26 KiB