geteduroam / cattenbak

Discovery service generator, it scrapes the CAT API
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use date-based serial, like in DNS #2

Closed jornane closed 3 years ago

jornane commented 3 years ago

Serial in the form of YYYYMMDDXX where XX is an incrementing number. We could also change this to always use the time so we don't have to query the old discovery anymore. But then we need to make sure we use UTC and I'm not sure how to do that.

jornane commented 3 years ago

In use now, so let's merge.