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

Fix bug when ENABLE_STAMP_WITH_LOCAL set ON #31

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Commits on Dec 6, 2022

  1. Fix bug when ENABLE_STAMP_WITH_LOCAL set ON

    When set ENABLE_STAMP_WITH_LOCAL -> ON, 
    parseTimeYMD() can not get the right timestamp cause of std::mktime only return the timestamp as local time.
    Same reasoning of line 203 in createTimeYMD().
    mukangt authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9845a10 View commit details
    Browse the repository at this point in the history