diff options
| author | AKP <tom@tdpain.net> | 2022-04-06 00:21:31 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-06 00:21:31 +0100 |
| commit | b18cc60c7f821f465a8f2a865b59015a8e394bba (patch) | |
| tree | 56854e95532a64a93c05186dc2bfc8ad35cabe81 | |
| parent | 68a64f3d203110a8ba93d7948394c6d1ceb29798 (diff) | |
Fix weird date formatting
Signed-off-by: AKP <tom@tdpain.net>
| -rw-r--r-- | walrss/internal/rss/processor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/walrss/internal/rss/processor.go b/walrss/internal/rss/processor.go index a53e7f0..03aa853 100644 --- a/walrss/internal/rss/processor.go +++ b/walrss/internal/rss/processor.go @@ -23,7 +23,7 @@ import ( ) const ( - dateFormat = "02JAN06" + dateFormat = "02Jan06" timeFormat = "15:04:05" ) |
