ObjFW  Check-in [f1765412c7]

Overview
Comment:OFDate: Do not use lrint() for microseconds

It's better to make sure we never round up, as it's better to be a
little bit behind in time than ahead.

This has the nice side effect of fixing the test on the 3DS, as lrint()
is behaving differently there.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f1765412c7c70b147e526dda7156b5b5480d23ad1237a80370b51dd47071c72f
User & Date: js on 2016-02-22 15:25:43
Other Links: manifest | tags
Context
2016-02-28
15:31
OFStdIOStream: Set codepage to UTF-8 on Windows check-in: 0a001bfd7b user: js tags: trunk
2016-02-22
15:25
OFDate: Do not use lrint() for microseconds check-in: f1765412c7 user: js tags: trunk
00:17
tests: Add output for Nintendo 3DS check-in: e1762ab0af user: js tags: trunk
Changes