File: Changes

package info (click to toggle)
libdatetime-format-mysql-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116 kB
  • sloc: perl: 110; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download
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
49
50
51
52
0.08    2023-07-31

- Fix parsing microsecond < 100,000 off DateTime object by zero-padding

0.0701  2021-05-22

- Fix versioning, reindex

0.07    2021-05-21

- if microseconds are set on provided DateTime object to time_format,
  use them. Fixes RT #136549

0.06    2016-02-12

- Fixed typo in regex that strangely works most of the time

0.05    2014-10-26

- Added parsing of MySQL fractional seconds (microseconds).
- Allowed additional valid MySQL formats (delimiters in DATE and TIME
  fields using punctuation, 'T' separator between DATE and TIME and
  single-digit time or date values).


0.04    2005-05-17

- Added parsing for TIMESTAMP as returned by MySQL 4.1.  Patch by Mike
Bissett.


0.0301  2004-07-07

- No code or doc changes, just a new version to force it be reindexed
after some PAUSE confusion.


0.03    2003-04-22

- Internals cleanup by Iain Truskett.


0.02    2003-04-01

- Switch to Module::Build for installation.

- Switch to using DateTime::Format::Builder internally.


0.01    2003-03-19

- First release