Schedule Task Update - The value is not valid for seconds

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hi,
While updating schedule task in nopcommerce 4.30 we are getting this problem "The value 86,400 is not valid for seconds. Seconds should be positive"

This error comes from Table.cshtml(Datatable) where team generate object for update row. Our server is with Italian culture but in my localhost with "en-US" culture
new Intl.NumberFormat('@currentCulture').format(value)
this line convert 86400 to 86,400

anyone face this problem and any solution found ?
3 года назад
Thanks, we are investigating this, here is a work item.
3 года назад
Done. Please see this commit.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.