o cool. Now just out of curiosity. see where i have bold?
//echo -a $asctime($calc($gmt - (5 * 3600)))
im wondering if i could make those depend on what the person types in. example if i type
!gmt + 3 i'd want to code to be
//echo -a $asctime($calc($gmt + (3 * 3600)))
so how would i do that?