Lines Matching defs:datetime
280 Provides an additional attribute, datetime, which is either an aware
281 datetime using a timezone, or a naive datetime if the timezone
282 in the input string is -0000. Also accepts a datetime as input.
284 which means it is the output of format_datetime on the datetime.
296 kwds['datetime'] = None
306 kwds['datetime'] = None
309 kwds['datetime'] = value
310 kwds['decoded'] = utils.format_datetime(kwds['datetime'])
314 self._datetime = kw.pop('datetime')
318 def datetime(self):