Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1034
def
unix_to_datetime(unix_stamp):
1035
return
datetime.fromtimestamp(unix_stamp / 1000, UTC)
1036
1037
1038
def
generate_asciidoc():
Callers
2
get_release_date
Method · 0.85
generate_asciidoc
Function · 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…