Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit f8b6b56

Browse files
committed
Updated README with Bronto\Date name
1 parent 2926500 commit f8b6b56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# bronto/Date #
1+
# Bronto\Date #
22

3-
bronto/Date's goal is provide an intuitive and easy-to-use API for date/datetime work in PHP. Dates, datetimes, time zones and timestamps can be confusing and difficult to work with, so it is important for any API dealing with these topics to be clear and well documented. bronto/Date's api is modeled after [Joda-Time](http://www.joda.org/joda-time/) in java and adapted for PHP.
3+
Bronto\Date's goal is provide an intuitive and easy-to-use API for date/datetime work in PHP. Dates, datetimes, time zones and timestamps can be confusing and difficult to work with, so it is important for any API dealing with these topics to be clear and well documented. Bronto\Date's api is modeled after [Joda-Time](http://www.joda.org/joda-time/) in java and adapted for PHP.
44

55
## Prerequisites ##
66

7-
bronto/Date requires PHP 5.3.0. This library has been tested with PHP versions 5.3.6 and 5.3.23, although it may work fine with earlier versions. bronto/Date uses PHP's \DateTime and \DateTimeZone classes under the hood and is vulnerable to some of those classes' bugs.
7+
Bronto\Date requires PHP 5.3.0. This library has been tested with PHP versions 5.3.6 and 5.3.23, although it may work fine with earlier versions. Bronto\Date uses PHP's \DateTime and \DateTimeZone classes under the hood and is vulnerable to some of those classes' bugs.
88

99
The unit tests have been run with PHPUnit 3.7.9 and Mockery 0.8.0, but earlier versions may work.
1010

1111
## Known Issues / Workarounds ##
1212

13-
bronto/Date uses PHP's \DateTime and \DateTimeZone classes under the hood and is vulnerable to some of those classes' bugs. bronto/Date works around the following bugs/deficiencies:
13+
Bronto\Date uses PHP's \DateTime and \DateTimeZone classes under the hood and is vulnerable to some of those classes' bugs. Bronto\Date works around the following bugs/deficiencies:
1414

1515
* "getTimestamp() affected by setTimezone() on DST transition" (https://bugs.php.net/bug.php?id=63459, https://bugs.php.net/bug.php?id=63442) - See section [1.2 Timestamp corruption] in \Bronto\Date\DateTime class documentation for details on this issue.
16-
* "microseconds are missing in DateTime class" (https://bugs.php.net/bug.php?id=52514) - bronto/Date keeps track of microseconds explicitly.
16+
* "microseconds are missing in DateTime class" (https://bugs.php.net/bug.php?id=52514) - Bronto\Date keeps track of microseconds explicitly.
1717

1818
## Future Work ##
1919

0 commit comments

Comments
 (0)