19 Commits

Author SHA1 Message Date
7e3cf8ccd6 Fix #1
This should reslove the issue with the time not updating.
It appears that an issue with conflicting options for the time
formatting has been introduced.
2020-09-27 16:58:10 -04:00
05a1f50ce0 Rebase master as true master.
I had started a new feature on master. This is not how it should be done
and I am now atoning for my mistakes.
2020-09-27 16:37:52 -04:00
06289a5137 Update README.md for new repository.
The web front end git repository has been changed so I updated the URL for the repository to reflect that.
2020-07-27 17:20:23 -04:00
56e7c875a6 Merge branch 'master' of https://efrick.ddns.net/scm/git/WebClock 2020-05-11 15:27:30 -04:00
6ea147716f Testing. 2020-05-11 15:24:55 -04:00
efrick
b21b9e6891 Update to the Documentation.
Added licensing to the README.md file. All code will be GPLv2.
2020-04-23 23:26:54 -04:00
efrick
6529a86a1e Merge branch 'master' of https://efrick.ddns.net/scm/git/WebClock 2020-04-15 21:08:04 -04:00
efrick
1ff7d4080c Fix the check for a non value in the time update for original timezone. 2020-04-15 21:06:36 -04:00
efrick
87a7e156a1 Update the documentation. 2020-04-15 15:49:32 -04:00
efrick
122f33fbd6 Update to the clock.
Now allowing for display of the time in the original timezone as well as
the user selected one.
I've also added a rule to the CSS file to better display the selection
list on mobile screens.
2020-04-15 15:26:21 -04:00
20xd6
ff59adfee1 Further cleanup of the timezone and timezone offset display. 2020-04-11 13:29:49 -04:00
20xd6
d0d3682ce1 Change formating of clock.js 2020-04-11 13:19:45 -04:00
20xd6
c7a0849ef5 Added a CSS file to allow proper formatting of the date and time line. 2020-04-11 13:15:37 -04:00
efrick
ed4652ace1 Add a README.md for documentation.
Removed the index.php file as this should be a simlink back to clock.php and git doesn't track it this way.
2020-04-10 14:19:10 -04:00
20xd6
6e85595081 Setup a proper dropdown for timezone selection.
Some cleanup of the code was done.
Some of the testing and debug code needs removal.
2020-04-09 23:36:55 -04:00
20xd6
ceccf35cf8 Add a symbolic link to facilatate linking to the directory rather than
the clock.php file.
2020-04-09 23:01:06 -04:00
efrick
c63c654ead Added the ability to change the timezone of the clock.
Previously it was only posiable to use the browers default timezone.
To be done:
	Add more timezones to the list of possiable ones.
	Clean up the formating of the updating clock to match the php
		generated inishal date string.
2020-04-09 13:56:48 -04:00
efrick
a53376f57e Cleaned up both the PHP/HTML and JavaScript code.
Removed the orignal PHP date formating. The code now runs so that PHP
will inishilize a view on the page and JS will then update this.
The formating of the Timezone doesn't seem to be consistant acrossed
browsers. And JS doesn't format time with leading zeros for minutes or
seconds which is odd. This may be fixed in a further revision.
2020-03-31 22:15:41 -04:00
efrick
453a3c561f First commit.
A simple webclock written in PHP, HTML, and js. No CSS is provided.
2020-03-31 16:54:09 -04:00