jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

fix: call date in a different way from the Makefile to fix build error on macOS #154

Closed pixelspark closed 4 months ago

pixelspark commented 4 months ago

On macOS, calling date with --rfc3339 is not supported, this PR makes it use a different incantation (that as far as I can see also works on Linux). The date it produces is in a slightly different format, not sure where this is used anyway?

image

jovandeginste commented 4 months ago

This is shown when you hover over the branch information in the footer; this seems broken in the Github releases, so I added an issue to fix this: #157.