From 348e54d1f145ae0b2d2344430ac8876e2efe0b30 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 15 Oct 2021 03:37:45 -0700 Subject: [PATCH] attempt timestamp on unit table --- web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.py b/web/app.py index f1e48a2..15fcb3e 100644 --- a/web/app.py +++ b/web/app.py @@ -6631,7 +6631,7 @@ Name: ''' + p.name + '''  -  Port: ''' + str( ''' + str(int_id(i[0])) + ''' ''' + str((i[1][0])) + ''' - ''' + str(i[1][1]) + ''' + ''' + str((datetime.datetime.fromtimestamp(i[1][1]) + timedelta(hours=hbnet_tz)).strftime(time_format)) + ''' '''