ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Bugfix/promotion start date in local time #452

Closed ajsuth closed 2 years ago

ajsuth commented 2 years ago

The isLocalDateTime is hard-coded as false for now, and some functions have been added to toggle between local and UTC formats. It would be worth keeping this in here for developers to be able switch between the two options easily, but would ultimately want to create a settings interface where business users can configure things, such as date time formats, available locales, etc.