File: TODO.7

package info (click to toggle)
libdate-manip-perl 6.98-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,928 kB
  • sloc: perl: 222,846; sh: 54; ansic: 26; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (4)
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
Deprecate old Date::Manip::Delta option styles:
   set, parse
Deprecate Date::Manip::Delta::parse 'exact' and 'appoximate' words.

For Date::Manip 7.0

   Date::Manip::internal::Cache   : class for caching data
   Date::Manip::internal::Config  : class for config data
   Date::Manip::internal::TZdata  : all of the TZdata
   Date::Manip::internal::Lang    : language data

   Date::Manip::SimpleDate        : y/m/d operations only
                                       is_business_date
   Date::Manip::SimpleTime        : h/mn/s (time of day) operations only
                                       is_business_time
   Date::Manip::TZ                : local timezone info

   Date::Manip::Base              : deprecated

   Date::Manip::Date
      Date::Manip::internal::Cache
      Date::Manip::internal::Config
      Date::Manip::SimpleDate        : in local timezone
      Date::Manip::SimpleTime        : in local timezone
      Date::Manip::SimpleDate        : in GMT
      Date::Manip::SimpleTime        : in GMT

???

   Date::Manip::GMTDate              : ignore all timezone issues