signed-gmt-offset ( dt ch -- dt' )


Vocabulary
calendar.format

Definition
USING: calendar combinators ;

IN: calendar.format

: signed-gmt-offset ( dt ch -- dt' )
{ { 43 [ 1 ] } { 45 [ -1 ] } } case time* ;