class Chronic::Tag

def start=(time)

time - Set the start Time for this Tag.
def start=(time)
  @now = time
end