473,786 Members | 2,407 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Time zone and 24 hours time format

Hi,

What time zones tend to use 24 hours time format? Googling hasn't
been able to answer the question.

Thank you.

Oct 16 '07
23 6659
Dr J R Stockton wrote:
In comp.infosystem s.www.authoring.html message <5n************ @mid.indiv
idual.net>, Wed, 17 Oct 2007 18:54:00, Bergamot <be******@visi. com>
posted:
>>Dr J R Stockton wrote:
>>>
Everyone of even approximately normal intelligence can
understand 24-hour times.

Using 24-hour times in the U.S. is rare enough so the average person
probably won't know what it is.

If I had meant "does understand" I would have written that.
Perhaps you should be less ambiguous. ;)
The exercise will, or might, do them good.
That's an optimistic view, I think.
But surely the vast majority have come across "Military Time" being used
in the movies or on TV?
Someone not used to 24-hour times may know that is what they're seeing,
but if the goal is to be useful to the visitor, as in appointment
setting, then knowing what time it really is is what matters. No?

--
Berg
Oct 19 '07 #21
On Fri, 19 Oct 2007, Bergamot wrote:
Someone not used to 24-hour times may know that is what they're seeing,
but if the goal is to be useful to the visitor, as in appointment
setting, then knowing what time it really is is what matters. No?
I think the relevant (for this discussion, albeit irrelevant for this
group) viewpoints have been put forth. In countries where a 24-hour clock
is used for exact times (as distinct from vague hour indications in a
colloquial setting where other time indications may be used), a 12-hour
clock is confusing -- and vice versa. So whoever writes software to be
used everywhere should allow all timezones and *independently* both time
notations.

BTW, there are more than two informal time notations. For instance, in
Swahili one would use "saa mbili" ("two hours") for eight o'clock in the
morning, counting from sunrise.

--
Helmut Richter
Oct 19 '07 #22
On Wed, 17 Oct 2007 11:32:52 +0100, Steve Swift wrote:
Most annoyingly are the TV announcements that say "Coming up at 9
o'clock..." with no mention of whether it is am or pm!
In the US, times are given as <time>, <time -1 hrCentral. For Pacific
time (California), they delay the programs and run them at <time>.

If you're in the Mountain Time zone, you just have to subtract two hours
from <timeto come up with when the show will be on.

--
George Sexton
MH Software, Inc. - Home of Connect Daily Web Calendar
http://www.mhsoftware.com/connectdaily.htm
Oct 23 '07 #23
On Tue, 16 Oct 2007 13:25:56 -0700, tatata9999 wrote:
What time zones tend to use 24 hours time format? Googling hasn't
been able to answer the question.
What you need to do is go to the unicode.org Common Locale Data
Repository. It has the countries, and time format information you are
seeking.

Next, when a visitor comes to your site, you need to look at their
language preference string (Accept-Language header) and follow it.

For example, en_US is 12 hour, en_GB is 24 hour, while en_AU is 12 Hour.
Most other European countries are 24 hour.

--
George Sexton
MH Software, Inc. - Home of Connect Daily Web Calendar
http://www.mhsoftware.com/connectdaily.htm
Oct 23 '07 #24

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
9261
by: Monty | last post by:
Let's say you provide an online service from 7:00AM to 6:00PM Eastern Time (daylight time in the summer). Is there way of showing these hours of availability on a web page in the user's local time? Thanks in advance for any advice.
1
11688
by: heirou | last post by:
I'm a novice in this subject....I've made a database that requires a time conversion. For example, if local time is 1200, determine the time in Korea. I use two fields: a date field, and a time field. I need the converted time to show up in a report. I also need the corresponding date to increment if necessary. Any ideas on how to do this would be greatly appreciated.
3
35104
by: Jon Davis | last post by:
The date string: "Thu, 17 Jul 2003 12:35:18 PST" The problem: // this fails on PST DateTime myDate = DateTime.Parse("Thu, 17 Jul 2003 12:35:18 PST"); Help? Jon
10
5268
by: Marc Pelletier | last post by:
Hello, I am writing an application that does some simple astronomical calculations. One of the variables I need is the number of hours passed in this year. I've written the following function public static double GetHoursofYear( DateTime aTime ) { DateTime StartYear = new DateTime( aTime.Year, 1, 1 ); return ( aTime.ToOADate() - StartYear.ToOADate() ) * 24;
14
2654
by: Cesar Ronchese | last post by:
Hello! I've built a program that show some dates to users. I got a problem when users have different configured time zone machines, where: - One machine that determined time zone the date displayed is 01/01/2006. - In other different machine (and other configured time zone), the date displayed is 12/31/2006 19:00:00 If I redefine the time zones of these two machines to the same, the date
13
16174
by: maflatoun | last post by:
Hi, I have the following function to convert UTC time to Local time. It works perfect for GMT- (Minus) time zones however it provides incorrect results for GMT+(Plus) time zones? // Format to local time from UTC function formatToLocalTimeDate(inDate) { var today = new Date(); var inDateMod = new Date(inDate);
18
13046
by: Dirk Hagemann | last post by:
Hello, From a zone-file of a Microsoft Active Directory integrated DNS server I get the date/time of the dynamic update entries in a format, which is as far as I know the hours since january 1st 1901. For Example: the number 3566839 is 27.11.07 7:00. To calculate this in Excel I use this: ="01.01.1901"+(A1/24-(REST(A1;24)/24))+ZEIT(REST(A1;24);0;0) (put 3566839 in field A1 and switch the format of the result-field to the corresponding...
15
6440
by: student4lifer | last post by:
Hello, I have 2 time fields dynamically generated in format "m/d/y H:m". Could someone show me a good function to calculate the time interval difference in minutes? I played with strtotime() but but that only gave me difference in hours and only if the times were on the same day (after wrapping with date() function). TIA
0
19601
amitpatel66
by: amitpatel66 | last post by:
Hi All, Find below some useful information about Time Zone Conversion in oracle. Hope this would be helpful for many of them since all the real time projects that we work in follow different time zones (EST,PST etc) and you might well need to convert them to something specific as per your requirements: insert into dates values(6, to_date('09/20/05 23:15', 'MM/DD/YY HH24:MI')); --The contents of the table now look like this: 1...
0
9492
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10360
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10163
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10108
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7510
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5397
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5532
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4064
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3668
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.