Skip to content

Commit

Permalink
show full date in log and fix storting #341 / #314 / #342
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 27, 2023
1 parent 07dbe84 commit 3253550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"
#define QDEBUGVAR(var) QDEBUG() << # var << var

#define DATETIMEFORMAT "hh:mm:ss.zzz"
#define DATETIMEFORMAT "yyyy-MM-dd hh:mm:ss.zzz"
#define FULLDATETIMEFORMAT "yyyy-MM-dd hh:mm:ss"

#define UPDATE_URL_REMOTE "https://packetsender.com/update"
Expand Down

0 comments on commit 3253550

Please sign in to comment.