~ubuntu-branches/ubuntu/precise/gnat-gps/precise

« back to all changes in this revision

Viewing changes to gnatlib/src/gnatcoll-email-utils.ads

  • Committer: Package Import Robot
  • Author(s): Ludovic Brenta
  • Date: 2012-01-15 15:42:21 UTC
  • mfrom: (10.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120115154221-ccysuzvh02pkhuwq
Tags: 5.0-6
Rebuild against libgtkada 2.24.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-----------------------------------------------------------------------
2
2
--                          G N A T C O L L                          --
3
3
--                                                                   --
 
4
--                 Copyright (C) 2006-2009, AdaCore                  --
4
5
--                                                                   --
5
6
-- GPS is free  software;  you can redistribute it and/or modify  it --
6
7
-- under the terms of the GNU General Public License as published by --
68
68
   --  also not compatible with RFC 2822.
69
69
 
70
70
   function Format_Time
71
 
     (Date      : Ada.Calendar.Time)return String;
 
71
     (Date      : Ada.Calendar.Time) return String;
72
72
   --  Format the time in Date as a RFC2822 string, eg:
73
73
   --       01:08:47 -0000
74
74