Re: [Lazarus] Date value "0"

2015-05-28 Thread waldo kitty
On 05/27/2015 05:05 AM, Mark Morgan Lloyd wrote: Gordon Cooper wrote: We were taught that 24.00 did not exist. Time went from 23.59 to 00.00. The same rule can be applied to 11.59 am & pm. Except where there's a leap second. speaking of which, guess what is coming up... [quote] Date: Mon,

Re: [Lazarus] Date value "0"

2015-05-28 Thread Gordon Cooper
I once worked in the international section of the New Zealand Meteorological Servce, which used Greenwich Time (UTC). So, each day started at noon, 12 hours behind local time. Plenty of scope for confusion there. Fortunately this was several decades before computers appeared. Gordon. On 29/0

Re: [Lazarus] Date value "0"

2015-05-28 Thread Marc Santhoff
On Do, 2015-05-28 at 17:57 +0200, Jürgen Hestermann wrote: > Am 2015-05-28 um 17:14 schrieb waldo kitty: > > i don't know why it isn't confident... am is morning so 12am is the very > > first entry into morning as 12pm is the very first entry into afternoon... > > i don't understand the confusion

Re: [Lazarus] Date value "0"

2015-05-28 Thread Mark Morgan Lloyd
Jürgen Hestermann wrote: Am 2015-05-28 um 17:14 schrieb waldo kitty: i don't know why it isn't confident... am is morning so 12am is the very first entry into morning as 12pm is the very first entry into afternoon... i don't understand the confusion or the problem... So the day starts with

Re: [Lazarus] Strange: still Mails to my gmail Adress

2015-05-28 Thread John Landmesser
thats the source of a Mail ( without gmail in it !!), but it was sent to my gmail address!! Return-Path: lazarus-boun...@lists.lazarus.freepascal.org Received: from mailer.lazarus.freepascal.org ([80.123.225.56]) by mx-ha.gmx.net (mxgmx105) with ESMTPS (Nemesis) id 0MXndT-1YhKSG3CtD-00Wn7X

[Lazarus] Strange: still Mails to my gmail Adress

2015-05-28 Thread John Landmesser
long time ago i changed my profile in "Lazarus@lists.lazarus.freepascal.org" from gmail to gmx.de mail-address. But i still get sometimes mails to my gmail account. Does Lazarus@lists.lazarus.freepascal.org still have the old Mail-adress? It's no problem but i would like to know how thats poss

Re: [Lazarus] Date value "0"

2015-05-28 Thread patspiper
On 28/05/15 18:57, Jürgen Hestermann wrote: Am 2015-05-28 um 17:14 schrieb waldo kitty: i don't know why it isn't confident... am is morning so 12am is the very first entry into morning as 12pm is the very first entry into afternoon... i don't understand the confusion or the problem... So

Re: [Lazarus] Date value "0"

2015-05-28 Thread waldo kitty
On 05/28/2015 11:57 AM, Jürgen Hestermann wrote: Am 2015-05-28 um 17:14 schrieb waldo kitty: i don't know why it isn't confident... am is morning so 12am is the very first entry into morning as 12pm is the very first entry into afternoon... i don't understand the confusion or the problem...

Re: [Lazarus] Date value "0"

2015-05-28 Thread Jürgen Hestermann
Am 2015-05-28 um 17:14 schrieb waldo kitty: i don't know why it isn't confident... am is morning so 12am is the very first entry into morning as 12pm is the very first entry into afternoon... i don't understand the confusion or the problem... So the day starts with 12 at midnight and then sw

Re: [Lazarus] Date value "0"

2015-05-28 Thread Lukasz Sokol
On 28/05/15 16:14, waldo kitty wrote: > On 05/28/2015 05:18 AM, Michael Schnell wrote: >> On 05/27/2015 08:48 PM, waldo kitty wrote: >>> >>> yes... 12:00am is midnight... 00:00am is the same... so also is >>> 00:00 or 24:00 in 24hour time... Day runs from 00:00:00 to 23:59:59 (or ::60) in 24h for

Re: [Lazarus] Date value "0"

2015-05-28 Thread waldo kitty
On 05/28/2015 05:18 AM, Michael Schnell wrote: On 05/27/2015 08:48 PM, waldo kitty wrote: yes... 12:00am is midnight... 00:00am is the same... so also is 00:00 or 24:00 in 24hour time... AFAIK it's rather set that 24:00 is 00:00 the next day, but 12:00 am is "not 100% confident" as Mark says.

Re: [Lazarus] Date value "0"

2015-05-28 Thread Giuliano Colla
Il 28/05/2015 11:18, Michael Schnell ha scritto: On 05/27/2015 08:48 PM, waldo kitty wrote: yes... 12:00am is midnight... 00:00am is the same... so also is 00:00 or 24:00 in 24hour time... AFAIK it's rather set that 24:00 is 00:00 the next day, but 12:00 am is "not 100% confident" as Mark s

Re: [Lazarus] Date value "0"

2015-05-28 Thread Michael Schnell
On 05/27/2015 08:48 PM, waldo kitty wrote: yes... 12:00am is midnight... 00:00am is the same... so also is 00:00 or 24:00 in 24hour time... AFAIK it's rather set that 24:00 is 00:00 the next day, but 12:00 am is "not 100% confident" as Mark says. -Michael -- __

Re: [Lazarus] Getting common documents folders

2015-05-28 Thread Richard Mace
Perfect Thank you On 27 May 2015 22:39, "silvioprog" wrote: > On Wed, May 27, 2015 at 6:21 PM, Michael Van Canneyt < > mich...@freepascal.org> wrote: >> >> >> On Wed, 27 May 2015, Glaucos Ginez wrote: >> >> Hi, you can use GetEnvironmentVariable('LocalAppData') >>> >>> 2015-05-27 14:53 GMT-04:0

Re: [Lazarus] Getting common documents folders

2015-05-28 Thread Michael Van Canneyt
On Wed, 27 May 2015, silvioprog wrote: On Wed, May 27, 2015 at 6:21 PM, Michael Van Canneyt wrote: On Wed, 27 May 2015, Glaucos Ginez wrote: Hi, you can use GetEnvironmentVariable('LocalAppData') 2015-05-27 14:53 GMT-04:00 Richard Mace :       Hi