MCPcopy Index your code
hub / github.com/clips/pattern / timestamp

Method timestamp

pattern/db/__init__.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 return self.isocalendar()[2]
111 @property
112 def timestamp(self):
113 return int(mktime(self.timetuple())) # Seconds elapsed since 1/1/1970.
114 def strftime(self, format):
115 if self.year < 1900:
116 # Python's strftime() doesn't handle year < 1900:

Callers 2

_authenticateMethod · 0.80
_authenticateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected