-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
49 lines (38 loc) · 1.1 KB
/
Changes
File metadata and controls
49 lines (38 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
- New methods:
time_zone()
time_zone( category => 'Africa' );
locale()
0.03 2004-03-17
0.02_02 2004-03-15
- update to new DateTime::Set specs
- more tests, revised README and TODO
- added a note on README about tests that may fail.
- use a slightly different density formula
for calculating the first element of a set.
This should give a better distribution for
$set->next($dt) on an unbounded, uncached set -
but only the first time it is called (this is
still in the TODO list)
0.02_01 2004-01-08
- POD fixes
0.02 2004-01-08
- simplify (and fix) new_cached() algorithm
- revised docs
0.01_05 2004-01-07
- datetime() accepts time_zone and locale parameters
- new accepts a duration parameter
0.01_04 2004-01-07
- random generator is overridable
- no more overflow in "set" routines for very small densities
- more tests
0.01_03 2004-01-06
- random_duration has 'duration' parameters
- more examples
0.01_02 2004-01-06
- random_duration, random_datetime
- more examples
0.01_01 2004-01-05
- more docs
- added new_cached()
0.01 2004-01-05
- created from DT::Event::Recurrence