• ImplyingImplications@lemmy.ca
    link
    fedilink
    arrow-up
    15
    arrow-down
    2
    ·
    4 days ago

    The timer is just the difference between the timestamp when the timer was started and the current timestamp, but I don’t know of any timer app that let’s you import/export timestamps as easy as that would be to implement.

      • Piafraus@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        4 days ago

        Does it show the “laps” and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.

        • wise_pancake@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          3 days ago

          It does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag.

          Fairly easy data structure to build.