• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025667 1411

datetime.jsonD04-Jul-20251.6 MiB58,21558,214

README.md

1# Test Data for DateTime Formatting
2
3This directory contains test data for DateTime formatting.
4This data is the result of the test data generator `GenerateDateTimeTestData.java`.
5
6The design of the test generator is to provide the "expected value" of datetime formatting over several dimensions,
7such as locale,
8formatting options (date length, calendar, etc.),
9and various input datetime values.
10
11The test generator constructs the expected value using the various pieces
12(date format pattern, time format pattern, datetime "glue" pattern)
13and `SimpleDateFormat`s to combine them together.
14Each test case reports the inputs for the test case and the expected value.