1Time.cookieTime(3kaya) Kaya module reference Time.cookieTime(3kaya)
2
3
4
6 Time::cookieTime - Return a HTTP Cookie expiry time
7
9 String cookieTime( Time t )
10
12 t The Time, which must be in the UTC (+0000) timezone.
13
15 This function returns a String representing a time in the format used
16 by HTTP Cookies, which is almost the same as RFC2822 but differs from
17 it in a few ways for no apparent reason. This format should only be
18 used for HTTP cookies, and not for any other purpose.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Time.rfc2822Time (3kaya)
32 WebCommon.setCookie (3kaya)
33
34
35
36Kaya December 2010 Time.cookieTime(3kaya)