1Time.parseRFC2822(3kaya) Kaya module reference Time.parseRFC2822(3kaya)
2
3
4
6 Time::parseRFC2822 - Convert an RFC 2822 string to a Time
7
9 Time parseRFC2822( String t )
10
12 t A String containing only an RFC 2822 time string
13
15 Convert a string formatted in accordance with RFC 2822 to a Time.
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 Time.Time (3kaya)
29 Time.rfc2822Time (3kaya)
30
31
32
33Kaya December 2010 Time.parseRFC2822(3kaya)