#lang scheme/base ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; DATE.plt ;; ;; date-specific routines. Reexports srfi/19 ;; ;; Bonzai Lab, LLC. All rights reserved. ;; ;; Licensed under LGPL. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; srfi.ss - provide export from srfi/19, as well as the main.ss ;; yc 10/7/2009 - first version. ;; yc 1/18/2010 - also export date->string & string->date from srfi/19 (require srfi/19 "main.ss") (provide (all-from-out "main.ss" srfi/19) ) (provide (rename-out (date-zone-offset date-time-zone-offset)))