Compare commits

..

1 Commits

Author SHA1 Message Date
faae3bebca Have DateTimeWidget include the time zone in its type. 2019-10-01 08:49:09 -07:00

View File

@ -22,7 +22,7 @@ pub struct TimeColor {
impl DateTimeWidget<Local> {
pub fn new(fmt: String) -> Self {
DateTimeWidget::<Local>::tz(fmt, Local)
DateTimeWidget::tz(fmt, Local)
}
}