Re: VMS Software Bootcamp 2024

Liste des GroupesRevenir à co vms 
Sujet : Re: VMS Software Bootcamp 2024
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vms
Date : 18. Sep 2024, 00:06:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vcd21c$3nnaq$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
On 9/17/2024 3:42 PM, Tom Wade wrote:
I must admit I was a bit surprised to see it written in the way it was
as I am much more used to a 24-hour clock. I don't know if that's more
of a European thing than a US thing however.
 I was quite disappointed to see it written that way.  VMS has always used 24 hour time, and the traditional DECUS US agendas were also listed that way, with sessions starting at 08:00 and some days ending at 23:00.
The traditional VMS time text format is pretty good. Very difficult
to misunderstand.
Of course in most programming languages today you can specify
the format to use.
$ show time
   17-SEP-2024 19:03:14
$ type now.groovy
import java.text.*
df1 = new SimpleDateFormat("HH:mm")
df2 = new SimpleDateFormat("hh:mm a")
now = new Date()
println(df1.format(now))
println(df2.format(now))
$ groovy now.groovy
19:03
07:03 PM
$ type now.py
from time import *
now = time()
print(strftime('%H:%M', localtime(now)))
print(strftime('%I:%M %p', localtime(now)))
$ python now.py
19:03
07:03 PM
Arne

Date Sujet#  Auteur
6 Sep 24 * VMS Software Bootcamp 202432William Cox
13 Sep 24 `* Re: VMS Software Bootcamp 202431Arne Vajhøj
13 Sep 24  +* Re: VMS Software Bootcamp 202429Simon Clubley
13 Sep 24  i+* Re: VMS Software Bootcamp 202423Robert A. Brooks
13 Sep 24  ii`* Re: VMS Software Bootcamp 202422Chris Townley
16 Sep 24  ii `* Re: VMS Software Bootcamp 202421Simon Clubley
16 Sep 24  ii  +* Re: VMS Software Bootcamp 20242Arne Vajhøj
16 Sep 24  ii  i`- Re: VMS Software Bootcamp 20241Chris Townley
17 Sep 24  ii  `* Re: VMS Software Bootcamp 202418Tom Wade
18 Sep 24  ii   `* Re: VMS Software Bootcamp 202417Arne Vajhøj
18 Sep 24  ii    +* Re: VMS Software Bootcamp 202415Lawrence D'Oliveiro
18 Sep 24  ii    i+* Re: VMS Software Bootcamp 20245Arne Vajhøj
18 Sep 24  ii    ii`* Re: VMS Software Bootcamp 20244Lawrence D'Oliveiro
18 Sep 24  ii    ii `* Re: VMS Software Bootcamp 20243Arne Vajhøj
18 Sep 24  ii    ii  `* Re: VMS Software Bootcamp 20242Lawrence D'Oliveiro
18 Sep 24  ii    ii   `- Re: VMS Software Bootcamp 20241Arne Vajhøj
18 Sep 24  ii    i`* Re: VMS Software Bootcamp 20249Tom Wade
18 Sep 24  ii    i +* Re: VMS Software Bootcamp 20243Arne Vajhøj
18 Sep 24  ii    i i+- Re: VMS Software Bootcamp 20241Arne Vajhøj
19 Sep 24  ii    i i`- Re: VMS Software Bootcamp 20241Tom Wade
19 Sep 24  ii    i `* Re: VMS Software Bootcamp 20245Simon Clubley
25 Sep 24  ii    i  `* Re: VMS Software Bootcamp 20244Arne Vajhøj
25 Sep 24  ii    i   +* Re: VMS Software Bootcamp 20242Simon Clubley
25 Sep 24  ii    i   i`- Re: VMS Software Bootcamp 20241Arne Vajhøj
26 Sep 24  ii    i   `- Re: VMS Software Bootcamp 20241Stephen Hoffman
18 Sep 24  ii    `- Re: VMS Software Bootcamp 20241Arne Vajhøj
14 Sep 24  i`* Re: VMS Software Bootcamp 20245Arne Vajhøj
14 Sep 24  i +- Re: VMS Software Bootcamp 20241abrsvc
14 Sep 24  i `* Re: VMS Software Bootcamp 20243Lawrence D'Oliveiro
14 Sep 24  i  +- Re: VMS Software Bootcamp 20241Craig A. Berry
15 Sep 24  i  `- Re: VMS Software Bootcamp 20241Arne Vajhøj
27 Sep 24  `- Re: VMS Software Bootcamp 20241Arne Vajhøj

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal