Hello!

I noticed that the truncate method uses $self->day_of_week instead of
$self->local_day_of_week in its "week" calculation.

I'm currently working around this by reimplementing the functionality
in my own code, but if a user has setup a Locale with, e.g. Sunday as
first_day_of_week, then it seems like that value should be used.

Would it be worthwhile for me to submit a patch that checks for the
existence of $self->locale and uses local_day_of_week if a Locale is
set?

Or is this a behavior that I should continue to work around on my own?

Thanks much,

 - N. Heinrichs

Reply via email to