mirror of https://github.com/rq/rq.git
7 lines
103 B
Python
7 lines
103 B
Python
|
import times
|
||
|
|
||
|
|
||
|
def strip_milliseconds(date):
|
||
|
return times.to_universal(times.format(date, 'UTC'))
|
||
|
|