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

[proposal] Allow 0 to be a valid UNIX timestamp. #1579

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2018

  1. Allow 0 to be a valid UNIX timestamp.

    Issuing console warnings for timestamp of 0 isn't necessary and are sometimes used to represent "unset" programmatically since datetimes must be type 'ref' and 'ref' cannot be null. Removing the if check will allow them to pass through in auto-migrations without spurring messages.
    falconscript authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    f728978 View commit details
    Browse the repository at this point in the history
  2. Clear the right check

    falconscript authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    6358429 View commit details
    Browse the repository at this point in the history