AndrejMitrovic / dtk

(Work In Progress) dtk is a D wrapper of the Tcl/Tk graphics library.
Boost Software License 1.0
2 stars 0 forks source link

Timestamp is sometimes negative #44

Closed AndrejMitrovic closed 4 years ago

AndrejMitrovic commented 4 years ago

MacOS revealed that for many events the %t timestamp option produces unexpected values, like a negative timestamp.

We can replace it with something like time(null) to get the current time.