1 Reply Latest reply on Nov 1, 2008 1:58 PM by kukeltje

    Save JBPM datetime in UTC

    prec1009

      Hi,
      We are using MySQL as backend, and I was wondering if it is possible to make jbpm to save all datetimes in MySQL without making the DB server to start in UTC timezone?


      In another project, I can save all my datetimes as UTC into MySQL by using mySQL flag usetimezone=true and also extending hibernate to use my UserType HibernateUTC timestamp in my mapping files.

      Is there easy way to make jbpm to save only in UTC without having to change jbpm mapping files to use my UserType (per license, don't think we are allowed to do that)?


      Thank you!!!

        • 1. Re: Save JBPM datetime in UTC
          kukeltje

           

          without making the DB server to start in UTC timezone?


          ???

          Is there easy way to make jbpm to save only in UTC without having to change jbpm mapping files to use my UserType (per license, don't think we are allowed to do that)?


          Why not?