Re: GMT Offset time format to timestamp

2019-08-27 Thread Nicolas Malin
I used this on customer site : date = UtilDateTime.stringToTimeStamp(dateStr, "-MM-dd'T'HH:mm:ss'Z'", timeZone, locale); Nicolas On 8/27/19 5:02 PM, Deepak Nigam wrote: Hello all, I have a date in the format -mm-ddThh:mm:ss.nnn+time zone (2019-07-28T00:00:00.000+05:30), I need to

Re: GMT Offset time format to timestamp

2019-08-27 Thread Jacques Le Roux
Hi Deepak, Have a look at UtilDateTime::stringToTimeStamp methods Jacques Le 27/08/2019 à 17:02, Deepak Nigam a écrit : Hello all, I have a date in the format -mm-ddThh:mm:ss.nnn+time zone (2019-07-28T00:00:00.000+05:30), I need to convert it to Timestamp object so that I can store in

Re: [FYI] Old demo crashed, restarted

2019-08-27 Thread Jacques Le Roux
This still happens from time to time, notably this morning. I'm eager to drop it in favour or R16. When you think about it it's already 6 years old! Jacques Le 10/08/2019 à 14:34, Jacques Le Roux a écrit : Happened today again but on trunk demo, restarted all Jacques Le 02/08/2019 à 13:55,

GMT Offset time format to timestamp

2019-08-27 Thread Deepak Nigam
Hello all, I have a date in the format -mm-ddThh:mm:ss.nnn+time zone (2019-07-28T00:00:00.000+05:30), I need to convert it to Timestamp object so that I can store in one of the OFBiz entity. Is there any OOTB feature available for this? Thanks & Regards -- Deepak Nigam

Re: svn commit: r1865546 - in /ofbiz/branches/release16.11/gradle: init-gradle-wrapper.ps1 init-gradle-wrapper.sh

2019-08-27 Thread Nicolas Malin
Yes I will do that On 8/23/19 10:53 AM, Jacques Le Roux wrote: Also could you please update https://cwiki.apache.org/confluence/display/OFBIZ/Release+Management+Guide+for+OFBiz with the steps to upload files there? TIA Jacques Le 23/08/2019 à 10:38, Jacques Le Roux a écrit : Hi Nicolas,

Re: [VOTE] [RELEASE] Apache OFBiz 16.11.06 - second attempt

2019-08-27 Thread Jacques Le Roux
Thanks Jacopo checksum OK, tests OK, runs OK +1 Jacques Le 27/08/2019 à 11:47, Jacopo Cappellato a écrit : This is the second vote thread to release a new bug fix release for the release16.11 branch. This new release, "Apache OFBiz 16.11.06" will supersede all the previous releases from the

Re: Deploying OFBiz in cloud - Azure App Services

2019-08-27 Thread Jacques Le Roux
Hi Prakash, Your message has been moderated. Please subscribe to the user ML for such questions and then use your email client See why here http://ofbiz.apache.org/mailing-lists.html You will get a better support , it's more fair to share with everybody  and people can answer you on the ML

[VOTE] [RELEASE] Apache OFBiz 16.11.06 - second attempt

2019-08-27 Thread Jacopo Cappellato
This is the second vote thread to release a new bug fix release for the release16.11 branch. This new release, "Apache OFBiz 16.11.06" will supersede all the previous releases from the same branch. The release files can be downloaded from here: https://dist.apache.org/repos/dist/dev/ofbiz/ and

Deploying OFBiz in cloud - Azure App Services

2019-08-27 Thread Prakash Gs
Is it possible to deploy OFBiz in cloud - Azure App Services?