Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1559 for trunk/lib

Show
Ignore:
Timestamp:
05/22/05 18:14:10 (4 years ago)
Author:
nahi
Message:

use Date#start instead of Date#sg which is deprecated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/xsd/datatypes.rb

    r1548 r1559  
    525525 
    526526  def to_date 
    527     Date.new0(@data.class.jd_to_ajd(@data.jd, 0, 0), 0, @data.sg
     527    Date.new0(@data.class.jd_to_ajd(@data.jd, 0, 0), 0, @data.start
    528528  end 
    529529