You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes for unit tests or even for reproducible builds one wants to force a specific time to be returned by a call returning something like instant::now().
Sometimes for unit tests or even for reproducible builds one wants to force a specific time to be returned by a call returning something like
instant::now()
.See https://reproducible-builds.org/docs/source-date-epoch/ for example.
The text was updated successfully, but these errors were encountered: