This PR makes timestamp parsing more resilient to errors (we got a case where an old, non-strict ISO timestamp was still cached on a local machine after the timestamp change was merged, which brought down the server). Additionally, the PR adds a new application helper (current_commit) for getting the commit info.
This PR makes timestamp parsing more resilient to errors (we got a case where an old, non-strict ISO timestamp was still cached on a local machine after the timestamp change was merged, which brought down the server). Additionally, the PR adds a new application helper (
current_commit
) for getting the commit info.