Broadcasts the current date and time as per the BIOS clock.
Trigger: Sent after BIOS has received BIOS_CLOCK_GET_DATETIME. Also sent automatically every 60 seconds.
Target: LINK_SET.
link_message(integer sender_num, integer [ident]
, string "SYSTEM_CALL_RESP", key [short_date]
+ "|" + [long_date]
+ "|" + [24hr_time]
+ "|" + [12hr_time]
+ "|" + [utc_offset]
+ "|" + [offset]
+ "|" + [dst_enable]
+ "|" + [dst_active]
)
• integer | [ident] |
• key | [short_date] |[long_date] |[24hr_time] |[12hr_time] |[utc_offset] |[offset] |[dst_enable] |[dst_active] |
Parameter | Description |
---|---|
[ident] |
Integer. Will be the [ident] sent with BIOS_CLOCK_GET_DATETIME, or 0 if triggered automatically by the BIOS. |
[short_date] |
String. Will be the current date in the BIOS clock in the following format: "2000-01-31" (always YYYY-MM-DD). |
[long_date] |
String. Will be the current date in the BIOS clock in the following format: "Mon 31 Jan 2000" (always Www DD Mmm YYYY; for days before the 10th, DD will have a leading zero). |
[24hr_time] |
String. Will be the current time in the BIOS clock as 24-hour time in the following format: "16:30:00" (always HH:MM:SS; for hours before 10, HH will have a leading zero). |
[12hr_time] |
String. Will be the current time in the BIOS clock as 12-hour time in the following format: "04:30:00 PM" (always HH:MM:SS AM/PM; for hours before 10, HH will have a leading zero). |
[utc_offset] |
Integer cast as string. Will be the [utc_offset] set with BIOS_CLOCK_SET_OFFSET. |
[offset] |
Integer cast as string. Will be the [offset] set with BIOS_CLOCK_SET_OFFSET. |
[dst_enable] |
Boolean cast as string. Will be the [dst_enable] flag set with BIOS_CLOCK_SET_DST. |
[dst_active] |
Boolean cast as string. Either 0 or 1. Will be a flag signaling that the Second Life server is reporting that DST is currently active. If [dst_enable] is 0, this parameter is meaningless because DST is ignored. |