Converting Time between timezones?

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Converting Time between timezones?

    Hi,

    ruby comes with the standard unix time conversion functions such
    as gmtime and localtime.

    Is there a simple method to convert time into arbitrary time zones?

    regards
    Hadmut

    Hadmut Danisch Guest

  2. Similar Questions and Discussions

    1. Converting the time from one timezone to another
      I asked a question about a week ago about how to get my local time, since my application is running on a server halfway around the world. I have...
    2. Converting a folder of word documents to PDF at one time
      I've search for a way to convert a folder full of word documents to PDF's at one time. I've been selecting all of the documents, then right clicking...
    3. ASP integer date/time converting problems
      Hi Rob, This is definitely not a UTC conversion. I don't know what kind of notation it is. The best way to converting this date is by using your...
    4. Converting Time to ms
      Hi there Is it possible to get Director MX to convert time i.e. 00:05:00 (hours, minutes, seconds) into milli seconds (300,000 ms). Any help...
    5. [PHP] Timezones and Daylight Savings Time
      What if you set the server to use UTC and then used the clients local system setting to offset it for each client? So the server would have it's...
  3. #2

    Default Re: Converting Time between timezones?

    Hi!

    * Hadmut Danisch; 2003-11-23, 23:41 UTC:
    > Hi,
    >
    > ruby comes with the standard unix time conversion functions such
    > as gmtime and localtime.
    >
    > Is there a simple method to convert time into arbitrary time zones?
    No easy solution possible - for Saudi Arabia you need to take into
    account the precise position - they use solar time.

    Josef 'Jupp' Schugt
    --
    .-------.
    message > 100 kB? / | |
    sender = spammer? / | R.I.P.|
    text = spam? / ___| |___


    Josef 'Jupp' SCHUGT Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139