Lines Matching refs:tzoffset
885 >>> BRSTTZ = tzoffset("BRST", -10800)
897 tzinfo=tzoffset('BRST', -10800))
901 tzinfo=tzoffset('BRST', -10800))
982 tzinfo=tzoffset(None, -10800))
992 tzinfo=tzoffset(None, -10800))
1019 tzinfo=tzoffset(None, -10800))
1023 tzinfo=tzoffset(None, -10800))
1167 tzinfo=tzoffset(None, -10800))
1211 tzoffset examples
1214 .. doctest:: tzoffset
1220 >>> datetime.now(tzoffset("BRST", -10800))
1222 tzinfo=tzinfo=tzoffset('BRST', -10800))
1224 >>> datetime.now(tzoffset("BRST", -10800)).tzname()
1227 >>> datetime.now(tzoffset("BRST", -10800)).astimezone(tzutc())
1247 >>> datetime.now(tzlocal()).astimezone(tzoffset(None, 0))
1249 tzinfo=tzoffset(None, 0))