Insert Date Timezone is always UTC ; my Timezone is ignored

This should be fixed by:

:tada: Thanks for info


More context, it seems like that when Discourse instance is set to german locale, we will replace quotes " by german quotes „“ which was breaking our parser.

@gerhard I made a fix directly into local-dates for now, do you think we should try to fix it higher in the chain?

  • parseBBCodeTag itself before sending the matched string?
  • in pretty text?