Small feature request:

  $dt.truncate( :to<week> );
is somewhat ambiguous, since some people start their week on Sunday, while the module truncates to Monday.

Would you consider a less ambiguous week truncation?

  $dt.truncate( :to<sunday> );
  $dt.truncate( :to<monday> );

~ John Williams

Reply via email to