>>> now = maya.now() <MayaDT epoch=1481850660.9> >>> tomorrow = maya.when('tomorrow') <MayaDT epoch=1481919067.23> >>> tomorrow.slang_date() 'tomorrow' >>> tomorrow.slang_time() '23 hours from now' # Also: MayaDT.from_iso8601(...) >>> tomorrow.iso8601() '2017-02-10T22:17:01.445418Z' # Also: MayaDT.from_rfc2822(...) >>> tomorrow.rfc2822() 'Fri, 10 Feb 2017 22:17:01 GMT' # Also: MayaDT.from_rfc3339(
{{#tags}}- {{label}}
{{/tags}}