Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_offset
Method
get_offset
lib/matplotlib/dates.py:817–818 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
815
return
labels
816
817
def
get_offset(self):
818
return
self._offset_string
819
820
def
format_data_short(self, value):
821
return
num2date(value, tz=self._tz).strftime(
'%Y-%m-%d %H:%M:%S'
)
Callers
3
test_concise_formatter_show_offset
Function · 0.95
test_concise_formatter_show_offset_inverted
Function · 0.95
test_offset_changes
Function · 0.95
Calls
no outgoing calls
Tested by
3
test_concise_formatter_show_offset
Function · 0.76
test_concise_formatter_show_offset_inverted
Function · 0.76
test_offset_changes
Function · 0.76