Skip to content

Commit

Permalink
Merge branch 'development' into dtls
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 27, 2023
2 parents b028a3c + 3253550 commit 3d7b713
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 3d7b713

Please sign in to comment.