4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
9 results tagged date x
  • thumbnail
    go - How to format current time using a yyyyMMddHHmmss format? - Stack Overflow

    t := time.Now()
    formatted := fmt.Sprintf("%d-%02d-%02dT%02d:%02d:%02d",
    t.Year(), t.Month(), t.Day(),
    t.Hour(), t.Minute(), t.Second())

    14 novembre 2022 à 16:11:10 UTC+1 - permalink - archive.org - https://stackoverflow.com/questions/20234104/how-to-format-current-time-using-a-yyyymmddhhmmss-format
    date go now time
  • Note: bash date

    date +%Y-%m-%d_%H-%M-%S

    5 juin 2020 à 13:38:41 UTC+2 - permalink - archive.org - https://links.infomee.fr/?jh3dRw
    bash date
  • Note:

    datetime.date.today().strftime("%Y-%m-%d")
    datetime.datetime.now().strftime("%Y-%m-%d %H:%M")

    24 mars 2020 à 11:27:50 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?Aw6ttQ
    date python
  • thumbnail
    java - What is this date format? 2011-08-12T20:17:46.384Z - Stack Overflow

    TIL :

    What is this date format? 2011-08-12T20:17:46.384

    The T is just a literal to separate the date from the time, and the Z means "zero hour offset" also known as "Zulu time" (UTC). If your strings always have a "Z" you can use

    28 décembre 2016 à 14:13:27 UTC+1 - permalink - archive.org - http://stackoverflow.com/questions/8405087/what-is-this-date-format-2011-08-12t201746-384z
    date format
  • Note: date

    $ date "+%F %T"
    2016-05-24 16:02:07

    24 mai 2016 à 16:02:39 UTC+2 - permalink - archive.org - https://links.infomee.fr/?SP2ltw
    date
  • thumbnail
    quoting - How can I execute `date` inside of a cron tab job? - Unix & Linux Stack Exchange

    The "sixth" field (the rest of the line) specifies the command to be run. The entire command portion of the line, up to a newline or % character, will be executed by /bin/sh or by the shell specified in the SHELL variable of the cronfile. Percent-signs (%) in the command, unless escaped with backslash (), will be changed into newline charac- ters, and all data after the first % will be sent to the command as standard input.

    16 février 2016 à 10:44:30 UTC+1 - permalink - archive.org - http://unix.stackexchange.com/questions/29578/how-can-i-execute-date-inside-of-a-cron-tab-job
    cron crontab date escape
  • thumbnail
    Properly calculating time differences in JavaScript | synyx - Blog
    7 novembre 2012 à 18:12:27 UTC+1 - permalink - archive.org - http://blog.synyx.de/2012/11/properly-calculating-time-differences-in-javascript/
    date js
  • Blog Stéphane Bortzmeyer: Administration de machines Unix dans plusieurs fuseaux horaires

    un article pour se décider dans quel timezone configurer ses serveurs linux et quelques astuces si on choisit le format UTC

    8 janvier 2012 à 21:49:07 UTC+1 - permalink - archive.org - http://www.bortzmeyer.org/date-utc.html
    date linux timezone unix
  • PHP - Les dates

    Apprenez à utiliser les fonctions de gestion des dates en PHP.

    23 janvier 2011 à 15:22:38 UTC+1 - permalink - archive.org - http://www.vulgarisation-informatique.com/dates-php.php
    date php
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation