Right now /clock in and /clock out both assume the current time, which isn't realistic. For the commands to be usable in the real world, an explicit time must be accepted as a parameter. Examples below.
/clock in 8:30am means the user is clocking in at 9:30am
/clock out 5:00pm means the user is clocking out at 5:00pm
Right now
/clock in
and/clock out
both assume the current time, which isn't realistic. For the commands to be usable in the real world, an explicit time must be accepted as a parameter. Examples below./clock in 8:30am
means the user is clocking in at 9:30am/clock out 5:00pm
means the user is clocking out at 5:00pm