megaease / easeprobe

A simple, standalone, and lightweight tool that can do health/status checking, written in Go.
Apache License 2.0
2.18k stars 231 forks source link

fix: wrong default `TimeFormat` #549

Closed ionling closed 3 months ago

ionling commented 3 months ago

The default timezone is 2006-01-02 15:04:05 UTC not 2006-01-02 15:04:05 Z0700. Just fixed it.

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.71%. Comparing base (eef3a25) to head (c036406). Report is 41 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #549 +/- ## ========================================== - Coverage 98.80% 98.71% -0.09% ========================================== Files 85 85 Lines 5867 5858 -9 ========================================== - Hits 5797 5783 -14 - Misses 51 56 +5 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.