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

snmp-ups: Add a generic function to convert date #1078

Merged
merged 3 commits into from
Sep 1, 2021

Commits on Aug 23, 2021

  1. snmp-ups: Add a generic function to convert date

    This provides conversion from US date (mm/dd/yyyy) to ISO
    Calendar date (yyyy-mm-dd).
    Also adapt the function callback mechanism to make it more
    generic, and only char* to char* reformating, beside from the
    int to char* value lookup.
    
    Signed-off-by: Arnaud Quette <ArnaudQuette@eaton.com>
    arnaudquette-eaton committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    27ed068 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    02b2f76 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    c5ed439 View commit details
    Browse the repository at this point in the history