Package parsedatetime :: Module parsedatetime
[hide private]
[frames] | no frames]

Module parsedatetime

source code

Parse human-readable date/time text.


License: Copyright (c) 2004-2008 Mike Taylor Copyright (c) 2006-2008 Darshana Chhajed All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Classes [hide private]
  Calendar
A collection of routines to input, parse and manipulate date and times.
Functions [hide private]
 
_extract_date(m) source code
 
_extract_time(m) source code
 
_parse_date_w3dtf(dateString) source code
 
_parse_date_rfc822(dateString)
Parse an RFC822, RFC1123, RFC2822, or asctime-style date
source code
Variables [hide private]
  _debug = False
  _additional_timezones = {'AT': -400, 'CT': -600, 'ET': -500, '...
Variables Details [hide private]

_additional_timezones

Value:
{'AT': -400, 'CT': -600, 'ET': -500, 'MT': -700, 'PT': -800}