Skip to content

Commit 7f10c9b

Browse files
author
Roel Arents
committedNov 11, 2014
small change in todos
1 parent 6f014bf commit 7f10c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ print "In between {$dtToday->format('D, H:i:s.u')} and the same second tomorrow
2525
Warnings
2626
--------
2727
* The comparison operators (< > = etc) do not account for microseconds. (Which
28-
is impossible to realize due to nonexistence of PHP operator overloading.)
28+
is impossible to achieve due to nonexistence of PHP operator overloading.)
2929
* DateTimeMS::modify cannot be used to set microseconds explicitly.
3030
* DateIntervalMS::modify is not implemented.
3131

@@ -34,5 +34,4 @@ ToDo
3434
* Improve DateTimeMS::modify
3535
* Implement DateIntervalMS::modify
3636
* Expand the unit tests.
37-
* Test and think about performance.
38-
*
37+
* Test and think about performance.

‎src/DateTimeMS.php

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ public function getTimestamp($microseconds = false)
277277

278278
/**
279279
* @todo Recognize fractions cq microseconds in absolute time formats.
280+
* E.g. 10:01:03.7869 should set the microseconds to 786900
280281
*/
281282
public function modify($modify)
282283
{

0 commit comments

Comments
 (0)