Re: what's the best way to get today at 00:00:00?

Liste des GroupesRevenir à cl tcl 
Sujet : Re: what's the best way to get today at 00:00:00?
De : user4652 (at) *nospam* newsgrouper.org.invalid (rene)
Groupes : comp.lang.tcl
Date : 24. Jul 2025, 09:24:53
Autres entêtes
Message-ID : <1753345493-4652@newsgrouper.org>
References : 1
User-Agent : Newsgrouper/0.7.3

Mark Summerfield <m.n.summerfield@gmail.com> posted:

I have a function that returns today's date/time at 00:00:00, e.g.,
2025-07-24T00:00:00, returned as seconds:
 
proc start_of_day {} {
    clock scan "[clock format now -format %Y]-[clock format now \
            -format %m]-[clock format now -format %d]" -format "%Y-%m-%d"
}
 
Is there a better way?
clock scan [clock format now -format %Y-%m-%d]

Date Sujet#  Auteur
24 Jul09:02 * what's the best way to get today at 00:00:00?8Mark Summerfield
24 Jul09:24 +- Re: what's the best way to get today at 00:00:00?1rene
24 Jul10:19 +- Re: what's the best way to get today at 00:00:00?1EvoTcl
24 Jul14:55 +* Re: what's the best way to get today at 00:00:00?2Rich
24 Jul17:31 i`- Re: what's the best way to get today at 00:00:00?1Rich
24 Jul17:48 `* Re: what's the best way to get today at 00:00:00?3saito
24 Jul17:51  `* Re: what's the best way to get today at 00:00:00?2saito
24 Jul21:02   `- Re: what's the best way to get today at 00:00:00?1Rich

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal