pytz new york timezone
This commit is contained in:
parent
531f3af4db
commit
ea66a3ba8b
@ -25,6 +25,8 @@ import json
|
||||
from datetime import datetime
|
||||
import matplotlib.colors as mcolors
|
||||
|
||||
ny_zone = pytz.timezone('America/New_York')
|
||||
|
||||
def getInput(Block=False):
|
||||
if Block or select.select([sys.stdin], [], [], 0) == ([sys.stdin], [], []):
|
||||
msg = sys.stdin.read(1)
|
||||
|
Loading…
Reference in New Issue
Block a user