Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: johncouture; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    14,216

    Re: GMT to Local Time Routine

    No, The string comes from the ESP8266 as:

    107 15 Jul 2015 18:57:01 GMT

    The ESP8266 gets it from Google.com
  2. Replies
    14
    Views
    14,216

    Re: GMT to Local Time Routine

    The string comes from the ESP8266 as:

    107 15 Jul 2015 18:57:01 GMT

    The 107 is just a marker indicating that this is a fresh time sync.

    Using arrayread I put everything into byte variables:
    ...
  3. Replies
    14
    Views
    14,216

    Re: GMT to Local Time Routine

    Thank you Art! I'll look at it.
  4. Replies
    14
    Views
    14,216

    Re: GMT to Local Time Routine

    Oh, a couple of side notes:

    1) technically you do not need to worry about seconds because GMT to local time share the same seconds.

    2) if you want to ignore those places that do partial hours,...
  5. Replies
    14
    Views
    14,216

    Re: GMT to Local Time Routine

    Interesting ideas.

    Subtracting 8 hours does seem like a solution except I will need to take into account adding or subtracting enough MINUTES so that I accurately keep track of crossing midnight. ...
  6. Replies
    14
    Views
    14,216

    GMT to Local Time Routine

    Can anyone point me in the right direction for how to convert GMT to a user defined local time?

    In my circumstances I am downloading the GMT network time using an ESP8266 (very slick module, by...
Results 1 to 6 of 6