MCPcopy Create free account
hub / github.com/mlco2/codecarbon / get_datetime_with_timezone

Function get_datetime_with_timezone

codecarbon/core/api_client.py:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def get_datetime_with_timezone():
29 timestamp = str(arrow.now().isoformat())
30 return timestamp
31
32
33class ApiClient: # (AsyncClient)

Callers 3

configFunction · 0.90
add_emissionMethod · 0.85
_create_runMethod · 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…