/[dgee]/dgee/cslib/DotGNU/XmlRpc/XmlRpcWriter.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/XmlRpc/XmlRpcWriter.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.8 by npg, Fri Jul 25 10:13:47 2003 UTC revision 1.1.2.9 by npg, Fri Jul 25 11:42:14 2003 UTC
# Line 145  namespace DotGNU.XmlRpc Line 145  namespace DotGNU.XmlRpc
145        // Why has MS got no clue about ISO 8601???  Horrid.  All        // Why has MS got no clue about ISO 8601???  Horrid.  All
146        // these newbies working on specs.  this is as close as it        // these newbies working on specs.  this is as close as it
147        // gets but not exactly since the 'T' can be left out        // gets but not exactly since the 'T' can be left out
148        WriteElementString( "dateTime.iso8601", v.ToString( "s" ) );        WriteElementString( "dateTime.iso8601", v.ToString( "s", null ) );
149      }      }
150            
151      public void WriteBase64( byte[] v )      public void WriteBase64( byte[] v )

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26