nimforum/src
Andinus 418bb3fe47
Add Date header to emails
UTC time is used because we cannot format time as "Fri, 22 May 2020
06:33:00 +0000" with the times package.

"zz" returns +00 & "zzz" returns +00:00, note that the former doesn't
return minutes value so it'll return +05 for systems in timezone
+0530 & "zzz" will return +05:30 for the same.

Instead of parsing it again & removing ':' manually we use UTC time &
add "+0000".
2020-05-22 12:12:11 +05:30
..
frontend Left align users 2020-03-26 22:58:48 +00:00
auth.nim Update for Nim 1.0.6 2020-02-14 17:43:17 +01:00
buildcss.nim Cleanup 2020-03-03 15:11:26 +01:00
email.nim Add Date header to emails 2020-05-22 12:12:11 +05:30
forum.nim add clear variables 2020-05-10 17:00:39 +03:00
fts.sql Fixes search regression. 2018-05-22 20:26:13 +01:00
importer.nim Implements importer for old DB. 2018-05-21 23:12:08 +01:00
main.tmpl Cleanup old constants. 2018-05-22 17:39:52 +01:00
nim.cfg Adds ability to override CSS styles from a foreign repo. 2018-05-22 12:59:56 +01:00
setup_nimforum.nim Add ability to enable TLS for SMTP 2020-05-10 12:52:14 +03:00
utils.nim Add smptTls to config loading 2020-05-10 12:59:31 +03:00