Getting Date and time from emoncms

My emonGLCD shows the date and time adjusted for daylight saving showing GMT and BST

I have just updated my software and my old NonodeRF sketch no longer works as it uses old calls.
the latest software versions in NanodeRF-master only return the time using

str.print(basedir); str.print("/time/local.json?"); str.print("apikey="); str.print(apikey);

does anyone know how I can  change this so that the date and time is returned.

Ian