Add message at the top of file mentioning the version in scratchr2

This commit is contained in:
picklesrus 2021-02-01 15:35:02 -05:00
parent b8cc0b2b83
commit e6f056b178

View file

@ -1,3 +1,6 @@
// IMPORTANT: any changes to the time algorithm also need to be made in the corresponding
// scratchr2 file 'lib/format-time.js'
/**
Given a timestamp in the future, calculate the largest, closest unit to show.
On the high end we stop at hours. e.g. 15 days is still counted in hours not days or weeks.