unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Hosein <naghdbishi@riseup.net>
Cc: 49748@debbugs.gnu.org
Subject: bug#49748: 27.2; format-time-string returns 30 minutes for the value zero
Date: Wed, 28 Jul 2021 17:27:47 +0200	[thread overview]
Message-ID: <87tukebgr0.fsf@gnus.org> (raw)
In-Reply-To: <b186e104-1805-e009-9d6a-4c03cf553f4f@riseup.net> (Hosein's message of "Tue, 27 Jul 2021 20:15:00 +0430")

Hosein <naghdbishi@riseup.net> writes:

> Hi, I expected (format-time-string "%M:%S" 0)) to return "00:00" but
> since I live in a GMT+3:30 time zone it returns "30:00".
>
> Same is true for
> (format-time-string "%Y, %D, %H, %M, %s, %z%S" 0)
> which returns:
>
> "1970, 01/01/70, 03, 30, 0, +033000"

This is how it's designed to work:

(format-time-string "%H:%M:%S" 0)
=> "01:00:00"

here.  If you want the string formatted in universal time, say:

(format-time-string "%H:%M:%S" 0 t)
"00:00:00"

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      parent reply	other threads:[~2021-07-28 15:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-27 15:45 bug#49748: 27.2; format-time-string returns 30 minutes for the value zero Hosein
2021-07-27 16:42 ` Andreas Schwab
2021-07-28 15:27 ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tukebgr0.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=49748@debbugs.gnu.org \
    --cc=naghdbishi@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).