Commit Graph

4 Commits

Author SHA1 Message Date
Erik Hellman 8832990524 Moved to libs directory 2021-10-03 11:32:39 +02:00
Johan Öbrink a4b7b7f6a9
feat: 🎸 News are sorted, desc, by modified date (#147)
If modified date is missing, publish date will be used
2021-09-17 10:31:27 +02:00
Andreas Eriksson 3c33c75956
fix: 🐛 Parse old aspnet dates instead of unreliable format strings (#108)
Parse old asp.net dates instead of string

Parsing with DateTime.fromFormat are not 100% sure on all devices -
for me I got undefined in iOS simulator but it worked fine in Node.
( see https://moment.github.io/luxon/docs/manual/parsing.html#fromformat)

 Closes: #105
2021-04-05 20:43:02 +02:00
Rickard Natt och Dag 98464d2b35 refactor: split parse to multiple files 2021-04-01 17:55:48 +02:00