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

Add Time Difference Operation - Return the time that has passed between two input DateTimes #1779

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    5290e28 View commit details
    Browse the repository at this point in the history
  2. Add DATE_DELIM_OPTIONS

    We do not want ":" since it's common in time strings. Same goes for space.
    tomgond committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    39df81a View commit details
    Browse the repository at this point in the history
  3. Add TimeDifference Operation

    Allow to calculate the time between two input DateTimes (with delimiter between them).
    trailing newlines are ignored.
    Error is raised when needed.
    Output can be positive or negative depending on the order of the input.
    tomgond committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dbcce2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73124da View commit details
    Browse the repository at this point in the history
  5. Fix category names

    "Vigenère Encode",
    "Vigenère Decode",
    tomgond committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    98e4a5d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

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

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    d899383 View commit details
    Browse the repository at this point in the history
  2. Update TimeDifference.mjs

    Another change to make build run
    tomgond committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    37aed94 View commit details
    Browse the repository at this point in the history