diff --git a/src/tweetlogpkg/server.nim b/src/tweetlogpkg/server.nim index 0898957..355fe60 100644 --- a/src/tweetlogpkg/server.nim +++ b/src/tweetlogpkg/server.nim @@ -17,7 +17,7 @@ type TwitterThread = ref object of RootObj author: Author collectedAt: DateTime -const dateFmt = "YYYY-MM-dd hh:mm:ss" +const dateFmt = "YYYY-MM-dd'T'hh:mm:ss'Z'" proc parseTweetUrl(url : string) : Option[ThreadRequest] = let path = url.parseUri.path