MCPcopy Create free account
hub / github.com/apache/solr / unix_to_datetime

Function unix_to_datetime

dev-tools/scripts/releaseWizard.py:1034–1035  ·  view source on GitHub ↗
(unix_stamp)

Source from the content-addressed store, hash-verified

1032
1033
1034def unix_to_datetime(unix_stamp):
1035 return datetime.fromtimestamp(unix_stamp / 1000, UTC)
1036
1037
1038def generate_asciidoc():

Callers 2

get_release_dateMethod · 0.85
generate_asciidocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…