public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "verigoth at maug dot wireless dot mnsu dot edu" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/14892] New: Issues with TimerTask/Calendar
Date: Thu, 08 Apr 2004 16:46:00 -0000	[thread overview]
Message-ID: <20040408164645.14892.verigoth@maug.wireless.mnsu.edu> (raw)

I noticed there are already bug reports for Calendar, but I don't think any of
them cover this aspect:

            Calendar now = Calendar.getInstance();
            Calendar myCal = Calendar.getInstance();

            myCal.set(Calendar.HOUR_OF_DAY, 23);
            myCal.set(Calendar.MINUTE, 59);
            myCal.set(Calendar.SECOND, 59);

            long resetTime = myCal.getTimeInMillis() - now.getTimeInMillis();

            turnTimer.scheduleAtFixedRate(new TurnTask(keeper), resetTime,
86400000);

If I do a System.out.println(resetTime) and calculate milliseconds to hours it
is always >25.  Then if I subtract 86400000 it will display correctly but it
doesn't run the task.  Other Java compilers do this correctly so it's not my
poor code causing the issue. ;)  I have another TimerTask that starts looks like
this:
respawnTimer.scheduleAtFixedRate(new ResetTask(keeper), 0, 35000);
which works just fine.

-- 
           Summary: Issues with TimerTask/Calendar
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: verigoth at maug dot wireless dot mnsu dot edu
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: x86
  GCC host triplet: x86
GCC target triplet: x86


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14892


             reply	other threads:[~2004-04-08 16:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-08 16:46 verigoth at maug dot wireless dot mnsu dot edu [this message]
2004-04-08 16:52 ` [Bug libgcj/14892] " pinskia at gcc dot gnu dot org
2005-03-23 21:36 ` cvs-commit at gcc dot gnu dot org
2005-03-23 21:38 ` cvs-commit at gcc dot gnu dot org
2005-03-24 16:57 ` tromey at gcc dot gnu dot org

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

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

  git send-email \
    --in-reply-to=20040408164645.14892.verigoth@maug.wireless.mnsu.edu \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /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.
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).