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

adds accessor methods for Timestamp #482

Merged
merged 6 commits into from
Mar 17, 2023
Merged

Commits on Mar 14, 2023

  1. adds accessors for Timestamp

    * adds year, month, day, hour, minute and second methods for given
    Timetsamp in local time.
    
    * adds utc_hour, utc_minute and utc_second methods for given Timestamp
    in UTC time.
    
    * adds unit tests for these accessor methods.
    desaikd committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    01517e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    52ddcd1 View commit details
    Browse the repository at this point in the history
  2. adds suggested changes

    desaikd committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    249db37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e8f911 View commit details
    Browse the repository at this point in the history
  4. add more suggested changes

    desaikd committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8e6c891 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0b9ba7 View commit details
    Browse the repository at this point in the history