Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create date formatters at initialization time rather than at runtime #807

Merged
merged 2 commits into from
Sep 16, 2020

Commits on Sep 16, 2020

  1. Create date formatters at initialization time rather than at runtime.

    We had some null pointer exceptions in code that was using BSG_RFC3339DateTool, which seems to be caused by a nil instance of the date formatter. I couldn't find any definitive culprit, but with this change there's zero possibility of the formatter ever being nil again.
    kstenerud committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    6c22595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2459fb View commit details
    Browse the repository at this point in the history