Descriptionutil.printd() replaces specified date with current date.
Added test case.
Several bugs going on here:
JS_LocalTime() ignoring argument and returning current time
and not factoring in the time zone adjustment.
Use of FXSYS_floor() silently casts result to float,
losing precision required to extract minutes and seconds.
Pre-existing wcsftime escapes not stripped.
BUG=pdfium:413
Committed: https://pdfium.googlesource.com/pdfium/+/86a61dc374e8abe351df03a1aa6665013cc39345
Patch Set 1 #Patch Set 2 : Kill dead code. #Patch Set 3 : Fix spelling. #Patch Set 4 : Tidy. #Patch Set 5 : Fix test cases. #Patch Set 6 : h is wrong, not H. #
Messages
Total messages: 11 (6 generated)
|