useSystemDate not working for me??

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Davidv
Posts: 77
Joined: Sun Apr 09, 2006 1:51 am
Location: Australia

useSystemDate not working for me??

Post by Davidv » Wed Nov 01, 2023 3:29 am

This has worked normally for me for decades, and a forum search found no-one else with the same problem, so I have raised it here rather than in Bug Triage. Suggestions welcomed:

This script:

on mouseUp
set the useSystemDate to true
put the long date into field "f1"
end mouseUp

Gives me "Wednesday, November 1, 2023" yet my system date is set to Australia (day before month), my Mac showing "Wed 1 Nov" in the menu bar and elsewhere showing local date format at all times.

Same with "put the system date" into the message box, gives me "11/1/23" not "1/11/23", as does "put the date" of course.

MacOS 14.0
Livecode 9.6.10


Davidv
Posts: 77
Joined: Sun Apr 09, 2006 1:51 am
Location: Australia

Re: useSystemDate not working for me??

Post by Davidv » Wed Nov 01, 2023 3:45 am

Pleased not to be odd one out on this occasion, thank you.

Holding my breath until next week; maybe.

stam
Posts: 2686
Joined: Sun Jun 04, 2006 9:39 pm
Location: London, UK

Re: useSystemDate not working for me??

Post by stam » Wed Nov 01, 2023 1:18 pm

This is a known issue with MacOS Sonoma (this does not affect older MacOS versions) - the the next LC version will address this.
So... patience ;)

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9389
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: useSystemDate not working for me??

Post by richmond62 » Sun Nov 05, 2023 8:29 am

It's not much use on MacOS 12 either:

My system is currently running on the Persian Calendar [I mean, why not?] and LC makes a right pig's breakfast out of that:
-
Screenshot 1402-08-14 at 9.25.04.png
Screenshot 1402-08-14 at 9.25.04.png (6.47 KiB) Viewed 4216 times
-
Screenshot 1402-08-14 at 9.23.50.png
Attachments
Datoid.livecode.zip
Stack.
(1009 Bytes) Downloaded 39 times

Post Reply

Return to “Talking LiveCode”