Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-949

Remove unused UNIX_TIME macro

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Implemented
    • None
    • 1.3.0
    • RDP
    • None

    Description

      Formula of WINDOWS_TIME macro was fixed in GUACAMOLE-861, but UNIX_TIME macro also have wrong formula.

      -#define UNIX_TIME(t)    ((time_t) ((t / 10000000 + ((uint64_t) 11644473600))))
      +#define UNIX_TIME(t)    ((time_t) ((t / 10000000 - ((uint64_t) 11644473600))))
      

      Attachments

        Activity

          People

            vnick Nick Couchman
            mather Eisuke Kuwahata
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: