aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-15LANG-1680 Add support for standalone month formats (#892)Steve Bosman
2021-08-31Inline duplicate constants.Gary Gregory
2021-08-31Add and use TimeZones.GMT.Gary Gregory
2021-08-31Reuse constant TimeZones.GMT_ID.Gary Gregory
2021-03-02Use String.replace() instead of String.replaceAll().Gary Gregory
2021-02-24Sort members.Gary Gregory
2021-01-06[LANG-1637] Fix 2 digit week year formatting (#688)Uri Gonen
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-10Update time tests to JUnit JupiterAllon Mureinik
2017-10-10[LANG-1355] TimeZone.getTimeZone() in FastDateParser causes resourceChas Honton
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2015-12-11LANG-1192 partial: implement format 'u' for FastDateFormat, day number of weekChas Honton
2015-11-03Ignore deprecations in test codeSebb
2015-07-13LANG-1154Chas Honton
2015-05-07Merge branch 'LANG-1127'Benedikt Ritter
2015-05-07Rename SwitchDefaults to SystemDefaultsSwitch to better describe it's roleBenedikt Ritter
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-05-04LANG-1127: Rule alternative implementationChas Honton
2015-05-03LANG-1127: Use JUnit rules to set and reset the default Locale and TimeZone.Benedikt Ritter
2015-05-03Correct indentationBenedikt Ritter
2015-05-02LANG-1127 Create a base test for the time package, which sets and resets defa...Chas Honton
2015-04-30LANG-916: DateFormatUtils.format does not correctly change Calendar TimeZone ...Chas Honton
2015-04-29Use Calendar constants in FastDatePrinterTestBenedikt Ritter
2015-03-23LANG-1100: Avoid memory allocation when using date formating to StringBufferChas Honton
2015-03-23replace tabs with spacesChas Honton
2015-03-23LANG-1101 FastDateParser and FastDatePrinter support 'X' formatChas Honton
2015-03-13Extract formatting tests of time zones into parameterized testBenedikt Ritter
2015-03-13No need to exclude the current time zone from testingBenedikt Ritter
2015-03-13LANG-1092: Wrong formating of time zones with daylight saving time in FastDat...Benedikt Ritter
2014-09-28Added missing support for ISO 8601 parsing and printing using "ZZ" pattern (c...Duncan Jones
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter
2013-12-20Remove whitespace so that svn recognizes Id keywordBenedikt Ritter
2013-12-20More missing keywordsBenedikt Ritter
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27Explicit boxingSebastian Bazley
2012-09-27LANG-818 FastDateFormat's "z" pattern does not respect timezone of Calendar i...Sebastian Bazley
2012-09-20JavadocSebastian Bazley
2012-04-05[LANG-798] Use generics in SerializationUtilsGary D. Gregory
2012-01-26Applying Chas Honton's implementation of DateParser and subsequent integratio...Henri Yandell