My Oracle Support Banner

Clib.asctime Format Changed To Single Digit Day After Siebel 24.2 (Doc ID 3008897.1)

Last updated on MARCH 14, 2024

Applies to:

Siebel CRM - Version 24.2 and later
Information in this document applies to any platform.

Symptoms

The Clib Get Date and Time method returns a string that includes the date and time that it extracts from a time object.
The string it returns uses the following format:

Day Mon dd hh:mm:ss yyyy

For example, Fri Mar 01 16:09:49 2024

Notice that is a Two-Digit day format.

After Siebel 24.2 Update Clib.asctime format changed to single digit day of the month.

24.2-->Clib.asctime(Clib.localtime(Clib.time()))-->Fri Mar 1 16:09:49 2024
23.7-->Clib.asctime(Clib.localtime(Clib.time()))-->Fri Mar 01 16:09:49 2024


The issue can be reproduced at will with the following steps:
1. Have following custom script:

 

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.