enso/test
James Dunkerley a20d43390e
Adding DateTime part functions (#3669)
- Added `Zone`, `Date_Time` and `Time_Of_Day` to `Standard.Base`.
- Renamed `Zone` to `Time_Zone`.
- Added `century`.
- Added `is_leap_year`.
- Added `length_of_year`.
- Added `length_of_month`.
- Added `quarter`.
- Added `day_of_year`.
- Added `Day_Of_Week` type and `day_of_week` function.
- Updated `week_of_year` to support ISO.

# Important Notes
- Had to pass locale to formatter for date/time tests to work on my PC.
- Changed default of `week_of_year` to use ISO.
2022-08-26 15:47:58 +00:00
..
Benchmarks Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
Examples_Tests Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Geo_Tests Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Google_Api_Test Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Image_Tests Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
micro-distribution Explicit self (#3569) 2022-07-27 17:45:36 +00:00
Table_Tests Adding DateTime part functions (#3669) 2022-08-26 15:47:58 +00:00
Tests Adding DateTime part functions (#3669) 2022-08-26 15:47:58 +00:00
Visualization_Tests Remove Array.set_at (#3634) 2022-08-26 09:34:33 +00:00