|
@@ -185,7 +185,7 @@ class ProxyAction:
|
|
|
text = chunk.decode("utf-8", "ignore").upper()
|
|
|
|
|
|
if text == "T":
|
|
|
- now = pendulum.now()
|
|
|
+ now = pendulum.now('America/New_York')
|
|
|
self.send("\r\nThe time is: {0}.\r\n".format(now.to_rss_string()))
|
|
|
if text == "Q":
|
|
|
self.send("\r\nReturning to TWGS.\r\n{0}".format(self.prompt))
|