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

[Feauture] Support string arguments to utcOffset method #1395

Merged
merged 3 commits into from
Mar 10, 2021

Commits on Mar 1, 2021

  1. feat: 🎸 Support utcOffset as a string (HH:mm | HHmm)

    Provide support string support to utcOffset method. Valid string values
    formats for utcOffset method are +HH:mm, -HH:mm, +HHmm and -HHmm.
    
    ✅ Closes: iamkun#1085
    Ognjen Jevremovic committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    03f0436 View commit details
    Browse the repository at this point in the history
  2. test: 💍 Test utcOffset string arguments usage

    Extend the current suite of utc unit tests by providing unit tests for
    the utcOffset method with string arguments.
    
    ✅ Closes: iamkun#1085
    Ognjen Jevremovic committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    62d38f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. chore: 🤖 Move utc related constants

    UTC plugin constants should be self-contained from within the plugin
    package.
    
    ✅ Closes: iamkun#1395
    Ognjen Jevremovic committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c99101a View commit details
    Browse the repository at this point in the history